ResolvedIconText constructor
const
ResolvedIconText({
- required String glyph,
- required String fontFamily,
- FontWeightNum fontWeight = 900,
Implementation
const ResolvedIconText({
required this.glyph,
required this.fontFamily,
this.fontWeight = 900,
});