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);

Libraries

fwfh_text_style