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