withBaseFontSize method

TypographyTheme withBaseFontSize(
  1. double value
)

Replaces TypographyTheme.baseFontSize with value.

Implementation

TypographyTheme withBaseFontSize(double value) =>
    copyWith(baseFontSize: value);