WxTextTileStyle constructor
const
WxTextTileStyle({
- double? spacing,
- EdgeInsetsGeometry? margin,
- TextAlign? align,
- Color? color,
- TextOverflow? overflow,
- bool? softWrap,
- TextWidthBasis? widthBasis,
- TextStyle? titleStyle,
- Color? titleColor,
- FontWeight? titleWeight,
- double? titleSize,
- int? titleMaxLines,
- TextStyle? subtitleStyle,
- Color? subtitleColor,
- FontWeight? subtitleWeight,
- double? subtitleSize,
- 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,
});