TxTileThemeData constructor
const
TxTileThemeData({
- TextStyle? labelStyle,
- TextAlign? labelTextAlign,
- TextOverflow? labelOverflow,
- EdgeInsetsGeometry? padding,
- double? horizontalGap,
- Color? tileColor,
- Axis? layoutDirection,
- bool? dense,
- ShapeBorder? shape,
- Color? iconColor,
- Color? textColor,
- TextStyle? leadingAndTrailingTextStyle,
- double? minLeadingWidth,
- VisualDensity? visualDensity,
- double? minLabelWidth,
- double? minVerticalPadding,
- bool? colon,
- Color? focusColor,
Implementation
const TxTileThemeData({
this.labelStyle,
this.labelTextAlign,
this.labelOverflow,
this.padding,
this.horizontalGap,
this.tileColor,
this.layoutDirection,
this.dense,
this.shape,
this.iconColor,
this.textColor,
this.leadingAndTrailingTextStyle,
this.minLeadingWidth,
this.visualDensity,
this.minLabelWidth,
this.minVerticalPadding,
this.colon,
this.focusColor,
});