TTableRowHeaderTheme constructor
const
TTableRowHeaderTheme({
- Decoration? decoration,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
- TextStyle? textStyle,
Implementation
const TTableRowHeaderTheme({
this.decoration,
this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
this.textStyle,
});