withScaleFactorTablet method
- double value
Replaces TypographyTheme.scaleFactorTablet with value.
Implementation
TypographyTheme withScaleFactorTablet(double value) =>
copyWith(scaleFactorTablet: value);
Replaces TypographyTheme.scaleFactorTablet with value.
TypographyTheme withScaleFactorTablet(double value) =>
copyWith(scaleFactorTablet: value);