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