withHeight method

Text withHeight(
  1. double height
)

Implementation

Text withHeight(double height) => copyWith(style: style?.withHeight(height));