height method

Text height(
  1. double height
)

Implementation

Text height(double height) {
  return copyWith(
    style: style.copyWith(height: height),
  );
}