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