withHeight method

TextStyle withHeight(
  1. double height
)

Implementation

TextStyle withHeight(double height) => copyWith(height: height);