SuggestedTableCellStyle constructor
SuggestedTableCellStyle({
- TableCellStyle? tableCellStyle,
- TableCellStyleSuggestionState? tableCellStyleSuggestionState,
Implementation
SuggestedTableCellStyle({
this.tableCellStyle,
this.tableCellStyleSuggestionState,
});