StrutStyleDto constructor

const StrutStyleDto({
  1. String? fontFamily,
  2. List<String>? fontFamilyFallback,
  3. double? fontSize,
  4. FontWeight? fontWeight,
  5. FontStyle? fontStyle,
  6. double? height,
  7. double? leading,
  8. bool? forceStrutHeight,
})

Implementation

const StrutStyleDto({
  this.fontFamily,
  this.fontFamilyFallback,
  this.fontSize,
  this.fontWeight,
  this.fontStyle,
  this.height,
  this.leading,
  this.forceStrutHeight,
});