textScaleFactor method

Text textScaleFactor(
  1. double textScaleFactor
)

set textScaleFactor to text

Implementation

Text textScaleFactor(double textScaleFactor) =>
    _copyWith(textScaleFactor: textScaleFactor);