withLabelMultiplier method

TypographyTheme withLabelMultiplier(
  1. double value
)

Replaces TypographyTheme.labelMultiplier with value.

Implementation

TypographyTheme withLabelMultiplier(double value) =>
    copyWith(labelMultiplier: value);