NikuStrutStyle constructor

NikuStrutStyle({
  1. String? fontFamily,
  2. List<String>? fontFamilyFallback,
  3. double? fontSize,
  4. double? height,
  5. TextLeadingDistribution? leadingDistribution,
  6. double? leading,
  7. FontWeight? fontWeight,
  8. FontStyle? fontStyle,
  9. bool? forceStrutHeight,
  10. String? debugLabel,
  11. String? package,
})

Implementation

NikuStrutStyle({
  this.fontFamily,
  this.fontFamilyFallback,
  this.fontSize,
  this.height,
  this.leadingDistribution,
  this.leading,
  this.fontWeight,
  this.fontStyle,
  this.forceStrutHeight,
  this.debugLabel,
  this.package,
});