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