fwfh_text_style 2.23.8 copy "fwfh_text_style: ^2.23.8" to clipboard
fwfh_text_style: ^2.23.8 copied to clipboard

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.23.8

Usage #

TextStyle style = FwfhTextStyle.of(context);

// ...

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

Publisher

verified publisherdaohoangson.com

A TextStyle replacement that allows resetting height behavior to normal.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fwfh_text_style