TxTileThemeData constructor

const TxTileThemeData({
  1. TextStyle? labelStyle,
  2. TextAlign? labelTextAlign,
  3. TextOverflow? labelOverflow,
  4. EdgeInsetsGeometry? padding,
  5. double? horizontalGap,
  6. Color? tileColor,
  7. Axis? layoutDirection,
  8. bool? dense,
  9. ShapeBorder? shape,
  10. Color? iconColor,
  11. Color? textColor,
  12. TextStyle? leadingAndTrailingTextStyle,
  13. double? minLeadingWidth,
  14. VisualDensity? visualDensity,
  15. double? minLabelWidth,
  16. double? minVerticalPadding,
  17. bool? colon,
  18. 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,
});