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