STTextTokenIr constructor

const STTextTokenIr({
  1. double? fontSize,
  2. int? fontWeight,
  3. String? fontStyle,
  4. double? height,
  5. double? letterSpacing,
  6. STColorIr? color,
  7. String? colorName,
})

Implementation

const STTextTokenIr({
  this.fontSize,
  this.fontWeight,
  this.fontStyle,
  this.height,
  this.letterSpacing,
  this.color,
  this.colorName,
});