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