menu
onairos package
documentation
theme/onairos_theme.dart
OnairosTheme
getHeading2 static method
getHeading2 static method
dark_mode
light_mode
getHeading2
static method
TextStyle
getHeading2
(
bool
isDark
)
Implementation
static TextStyle getHeading2(bool isDark) => isDark ? heading2Dark : heading2;
onairos package
documentation
theme/onairos_theme
OnairosTheme
getHeading2 static method
OnairosTheme class