TTableRowHeaderTheme constructor
const
TTableRowHeaderTheme({
- Decoration? decoration,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
- required TextStyle textStyle,
Creates a table row header theme.
Implementation
const TTableRowHeaderTheme({
this.decoration,
this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
required this.textStyle,
});