talker
talker copied to clipboard
no color change for route enum
when changing the color for the route enum there is no reaction in the console. other colors change correctly
To Reproduce
final talker = TalkerFlutter.init( settings: TalkerSettings( colors: { TalkerLogType.route: AnsiPen()..yellow(), }, ), );
Expected behavior Color should be yellow.
Screenshots