SuggestedTableCellStyle constructor

SuggestedTableCellStyle({
  1. TableCellStyle? tableCellStyle,
  2. TableCellStyleSuggestionState? tableCellStyleSuggestionState,
})

Implementation

SuggestedTableCellStyle({
  this.tableCellStyle,
  this.tableCellStyleSuggestionState,
});