ResolvedIconText constructor

const ResolvedIconText({
  1. required String glyph,
  2. required String fontFamily,
  3. FontWeightNum fontWeight = 900,
})

Implementation

const ResolvedIconText({
  required this.glyph,
  required this.fontFamily,
  this.fontWeight = 900,
});