menu
devtools_app_shared package
documentation
ui.dart
ThemeDataExtension
regularTextStyleWithColor method
regularTextStyleWithColor method
dark_mode
light_mode
regularTextStyleWithColor
method
TextStyle
regularTextStyleWithColor
(
Color
?
color
)
Implementation
TextStyle regularTextStyleWithColor(Color? color) => regularTextStyle.copyWith(color: color);
devtools_app_shared package
documentation
ui
ThemeDataExtension
regularTextStyleWithColor method
ThemeDataExtension extension on
ThemeData