TextStyleDto constructor

TextStyleDto({
  1. String fontFamily = '.SFUI',
  2. double fontSizePt = 24.0,
  3. int fontWeight = 600,
  4. int colorArgb = 0xFFFFFFFF,
})

Implementation

TextStyleDto({
  this.fontFamily = '.SFUI',
  this.fontSizePt = 24.0,
  this.fontWeight = 600,
  this.colorArgb = 0xFFFFFFFF,
});