StackTextStrutStyle constructor

StackTextStrutStyle({
  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,
})

Implementation

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