menu
scouting_app_2024
extern\color.dart
UsefulColor
toHex method
toHex
brightness_4
brightness_5
toHex
method
String
toHex
(
)
Implementation
String toHex() => value.toRadixString(16).padLeft(8, '0');
scouting_app_2024
color
UsefulColor
toHex method
UsefulColor extension