menu
flutter_extended package
documentation
extensions/ext_textstyle.dart
ExtTextStyle
withHeight method
withHeight method
dark_mode
light_mode
withHeight
method
TextStyle
withHeight
(
double
value
)
Sets the line height.
Implementation
TextStyle withHeight(double value) => copyWith(height: value);
flutter_extended package
documentation
extensions/ext_textstyle
ExtTextStyle
withHeight method
ExtTextStyle extension on
TextStyle