DataTableThemeData constructor Null safety
- {Decoration? decoration,
- MaterialStateProperty<
Color?> ? dataRowColor, - double? dataRowHeight,
- TextStyle? dataTextStyle,
- MaterialStateProperty<
Color?> ? headingRowColor, - double? headingRowHeight,
- TextStyle? headingTextStyle,
- double? horizontalMargin,
- double? columnSpacing,
- double? dividerThickness,
- double? checkboxHorizontalMargin}
Creates a theme that can be used for ThemeData.dataTableTheme.
Implementation
const DataTableThemeData({
this.decoration,
this.dataRowColor,
this.dataRowHeight,
this.dataTextStyle,
this.headingRowColor,
this.headingRowHeight,
this.headingTextStyle,
this.horizontalMargin,
this.columnSpacing,
this.dividerThickness,
this.checkboxHorizontalMargin,
});