TableRowStyle constructor

TableRowStyle({
  1. Dimension? minRowHeight,
  2. bool? preventOverflow,
  3. bool? tableHeader,
})

Implementation

TableRowStyle({this.minRowHeight, this.preventOverflow, this.tableHeader});