STTypographyIr constructor

const STTypographyIr({
  1. String? fontFamily,
  2. STTextTokenIr? label,
  3. STTextTokenIr? sublabel,
  4. STTextTokenIr? description,
})

Implementation

const STTypographyIr({
  this.fontFamily,
  this.label,
  this.sublabel,
  this.description,
});