TxCellThemeData constructor

const TxCellThemeData({
  1. bool? dense,
  2. Color? iconColor,
  3. EdgeInsetsGeometry? padding,
  4. double? gap,
  5. double? minLeadingWidth,
  6. double? minLabelWidth,
  7. VisualDensity? visualDensity,
  8. TextStyle? labelTextStyle,
  9. TextStyle? contentTextStyle,
  10. TextStyle? leadingTextStyle,
  11. double? minVerticalPadding,
  12. TextAlign? contentTextAlign,
})

Implementation

const TxCellThemeData({
  this.dense,
  this.iconColor,
  this.padding,
  this.gap,
  this.minLeadingWidth,
  this.minLabelWidth,
  this.visualDensity,
  this.labelTextStyle,
  this.contentTextStyle,
  this.leadingTextStyle,
  this.minVerticalPadding,
  this.contentTextAlign,
});