WxTextTile constructor
const
WxTextTile({
- Key? key,
- 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,
- WxTextTileStyle? style,
- required Widget title,
- Widget? subtitle,
Implementation
const WxTextTile({
super.key,
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,
this.style,
required this.title,
this.subtitle,
});