talker icon indicating copy to clipboard operation
talker copied to clipboard

no color change for route enum

Open damianololo opened this issue 1 year ago • 0 comments

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 image

damianololo avatar Sep 09 '24 07:09 damianololo