TTableRowHeaderTheme constructor

const TTableRowHeaderTheme({
  1. Decoration? decoration,
  2. EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
  3. TextStyle? textStyle,
})

Implementation

const TTableRowHeaderTheme({
  this.decoration,
  this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
  this.textStyle,
});