menu
scouting_app_2024
extern\color.dart
UsefulColor
invert method
invert
brightness_4
brightness_5
invert
method
Color
invert
(
)
Implementation
Color invert() => withRed(255 - red).withGreen(255 - green).withBlue(255 - blue);
scouting_app_2024
color
UsefulColor
invert method
UsefulColor extension