menu
onairos package
documentation
theme/onairos_theme.dart
OnairosTheme
getGrey600 static method
getGrey600 static method
dark_mode
light_mode
getGrey600
static method
Color
getGrey600
(
bool
isDark
)
Implementation
static Color getGrey600(bool isDark) => isDark ? grey600Dark : grey600;
onairos package
documentation
theme/onairos_theme
OnairosTheme
getGrey600 static method
OnairosTheme class