textScale method

T textScale(
  1. double scaleFactor
)

Implementation

T textScale(double scaleFactor) =>
    this.copyWith(textScaleFactor: scaleFactor);