lineHeight method

TextStyle lineHeight(
  1. double value
)

Sets the line height (height factor).

Implementation

TextStyle lineHeight(double value) => copyWith(height: value);