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