withScaleFactorTablet method

TypographyTheme withScaleFactorTablet(
  1. double value
)

Replaces TypographyTheme.scaleFactorTablet with value.

Implementation

TypographyTheme withScaleFactorTablet(double value) =>
    copyWith(scaleFactorTablet: value);