withFontFamily method

TypographyTheme withFontFamily(
  1. String value
)

Replaces TypographyTheme.fontFamily with value.

Implementation

TypographyTheme withFontFamily(String value) => copyWith(fontFamily: value);