h method

TextStyle h(
  1. double? value
)

Set text line height.

Implementation

TextStyle h(double? value) => copyWith(height: value);