TableRowProperties constructor

TableRowProperties({
  1. Dimension? minRowHeight,
})

Implementation

TableRowProperties({
  this.minRowHeight,
});