TableRowStyleSuggestionState constructor

TableRowStyleSuggestionState({
  1. bool? minRowHeightSuggested,
})

Implementation

TableRowStyleSuggestionState({
  this.minRowHeightSuggested,
});