TableCellStyleSuggestionState constructor
TableCellStyleSuggestionState({
- bool? backgroundColorSuggested,
- bool? borderBottomSuggested,
- bool? borderLeftSuggested,
- bool? borderRightSuggested,
- bool? borderTopSuggested,
- bool? columnSpanSuggested,
- bool? contentAlignmentSuggested,
- bool? paddingBottomSuggested,
- bool? paddingLeftSuggested,
- bool? paddingRightSuggested,
- bool? paddingTopSuggested,
- bool? rowSpanSuggested,
Implementation
TableCellStyleSuggestionState({
this.backgroundColorSuggested,
this.borderBottomSuggested,
this.borderLeftSuggested,
this.borderRightSuggested,
this.borderTopSuggested,
this.columnSpanSuggested,
this.contentAlignmentSuggested,
this.paddingBottomSuggested,
this.paddingLeftSuggested,
this.paddingRightSuggested,
this.paddingTopSuggested,
this.rowSpanSuggested,
});