fwfh_text_style 2.7.3+2 copy "fwfh_text_style: ^2.7.3+2" to clipboard
fwfh_text_style: ^2.7.3+2 copied to clipboard

unlistedoutdated

A TextStyle replacement that allows resetting height behavior to normal.

FwfhTextStyle #

Flutter codecov Pub

A TextStyle replacement that allows resetting .height to null. This is a companion add-on for flutter_widget_from_html package.

See flutter/flutter#58765 and flutter/flutter#58766 for more information.

Getting Started #

Add this to your app's pubspec.yaml file:

dependencies:
  fwfh_text_style: ^2.7.3

Usage #

TextStyle style = FwfhTextStyle.of(context);

// ...

// reset .height to null (normal line height behavior)
final withoutHeight = style.copyWith(height: null);
4
likes
0
pub points
96%
popularity

Publisher

verified publisherdaohoangson.com

A TextStyle replacement that allows resetting height behavior to normal.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fwfh_text_style