STTypographyIr constructor
const
STTypographyIr({
- String? fontFamily,
- STTextTokenIr? label,
- STTextTokenIr? sublabel,
- STTextTokenIr? description,
Implementation
const STTypographyIr({
this.fontFamily,
this.label,
this.sublabel,
this.description,
});