fwfh_text_style 2.22.8+3 copy "fwfh_text_style: ^2.22.8+3" to clipboard
fwfh_text_style: ^2.22.8+3 copied to clipboard

unlisted

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
80
points
29.8k
downloads

Publisher

verified publisherdaohoangson.com

Weekly Downloads

A TextStyle replacement that allows resetting height behavior to normal.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logging

More

Packages that depend on fwfh_text_style