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