WxTextTileStyle constructor

const WxTextTileStyle({
  1. double? spacing,
  2. EdgeInsetsGeometry? margin,
  3. TextAlign? align,
  4. Color? color,
  5. TextOverflow? overflow,
  6. bool? softWrap,
  7. TextWidthBasis? widthBasis,
  8. TextStyle? titleStyle,
  9. Color? titleColor,
  10. FontWeight? titleWeight,
  11. double? titleSize,
  12. int? titleMaxLines,
  13. TextStyle? subtitleStyle,
  14. Color? subtitleColor,
  15. FontWeight? subtitleWeight,
  16. double? subtitleSize,
  17. int? subtitleMaxLines,
})

Create a raw WxTextTileStyle

Implementation

const WxTextTileStyle({
  this.spacing,
  this.margin,
  this.align,
  this.color,
  this.overflow,
  this.softWrap,
  this.widthBasis,
  this.titleStyle,
  this.titleColor,
  this.titleWeight,
  this.titleSize,
  this.titleMaxLines,
  this.subtitleStyle,
  this.subtitleColor,
  this.subtitleWeight,
  this.subtitleSize,
  this.subtitleMaxLines,
});