TypographyProps constructor
TypographyProps({})
Implementation
TypographyProps({
required this.fontFamily,
required this.fontSize,
required this.fontStyle,
required this.fontWeight,
required this.letterSpacing,
required this.lineHeight,
required this.textAlign,
required this.textDecoration,
required this.textTransform,
});