menu
better_extensions package
documentation
text.dart
TextExtension
withHeight method
withHeight method
dark_mode
light_mode
withHeight
method
Text
withHeight
(
double
height
)
Implementation
Text withHeight(double height) => copyWith(style: style?.withHeight(height));
better_extensions package
documentation
text
TextExtension
withHeight method
TextExtension extension on
Text