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