menu
smart_design_system package
documentation
theme/theme_data/smart_text_styles.dart
SmartTextStyle
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SmartTextStyle
copyWith
(
{
TextStyle
?
value
,
})
Implementation
SmartTextStyle copyWith({TextStyle? value}) { return SmartTextStyle(value: value ?? this.value); }
smart_design_system package
documentation
theme/theme_data/smart_text_styles
SmartTextStyle
copyWith method
SmartTextStyle class