menu
fastyle_dart package
documentation
ui/themes/helpers/theme_text.helper.dart
ThemeTextHelper
getBodyTextStyle method
getBodyTextStyle method
dark_mode
light_mode
getBodyTextStyle
method
TextStyle
getBodyTextStyle
(
BuildContext
context
)
Implementation
TextStyle getBodyTextStyle(BuildContext context) { return Theme.of(context).textTheme.bodyLarge!; }
fastyle_dart package
documentation
ui/themes/helpers/theme_text.helper
ThemeTextHelper
getBodyTextStyle method
ThemeTextHelper class