menu
app_color package
documentation
app_color.dart
ColorTheme
greyOf static method
greyOf static method
dark_mode
light_mode
greyOf
static method
Color
greyOf
(
bool
dark
)
Implementation
static Color greyOf(bool dark) => _i?._grey?.detect(dark) ?? kGrey;
app_color package
documentation
app_color
ColorTheme
greyOf static method
ColorTheme class