h method

TextStyle? h(
  1. double height
)

Implementation

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