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