heightSize method

Text heightSize(
  1. double lineHeight
)

Implementation

Text heightSize(double lineHeight) {
  return _rebase(
    style: FlutterUITextStyle.rebase(this.style, height: lineHeight),
  );
}