withScaleFactorDesktop method

TypographyTheme withScaleFactorDesktop(
  1. double value
)

Replaces TypographyTheme.scaleFactorDesktop with value.

Implementation

TypographyTheme withScaleFactorDesktop(double value) =>
    copyWith(scaleFactorDesktop: value);