lineHeight method

Text lineHeight(
  1. double height
)

Sets custom lineHeight with height

Implementation

Text lineHeight(double height) => _copyWith(style: TextStyle(height: height));