WxListTileStyle constructor

const WxListTileStyle({
  1. EdgeInsetsGeometry? margin,
  2. EdgeInsetsGeometry? padding,
  3. double? spacing,
  4. bool? adaptiveSpacing,
  5. WxTileAlign? align,
  6. WxTileJustify? justify,
  7. bool? inline,
  8. bool? textWrap,
  9. TextAlign? textAlign,
  10. double? textSpacing,
  11. Color? textColor,
  12. TextOverflow? textOverflow,
  13. bool? textSoftWrap,
  14. TextWidthBasis? textWidthBasis,
  15. Color? iconColor,
  16. double? iconOpacity,
  17. double? iconSize,
  18. TextStyle? titleStyle,
  19. TextStyle? subtitleStyle,
  20. TextStyle? secondaryStyle,
  21. double? titleSize,
  22. double? subtitleSize,
  23. Color? titleColor,
  24. Color? subtitleColor,
  25. int? titleMaxLines,
  26. int? subtitleMaxLines,
  27. FontWeight? titleWeight,
  28. FontWeight? subtitleWeight,
})

Create a raw WxListTileStyle

Implementation

const WxListTileStyle({
  this.margin,
  this.padding,
  this.spacing,
  this.adaptiveSpacing,
  this.align,
  this.justify,
  this.inline,
  this.textWrap,
  this.textAlign,
  this.textSpacing,
  this.textColor,
  this.textOverflow,
  this.textSoftWrap,
  this.textWidthBasis,
  this.iconColor,
  this.iconOpacity,
  this.iconSize,
  this.titleStyle,
  this.subtitleStyle,
  this.secondaryStyle,
  this.titleSize,
  this.subtitleSize,
  this.titleColor,
  this.subtitleColor,
  this.titleMaxLines,
  this.subtitleMaxLines,
  this.titleWeight,
  this.subtitleWeight,
});