withFontFamily method
- String value
Replaces TypographyTheme.fontFamily with value.
Implementation
TypographyTheme withFontFamily(String value) => copyWith(fontFamily: value);
Replaces TypographyTheme.fontFamily with value.
TypographyTheme withFontFamily(String value) => copyWith(fontFamily: value);