TableCellStyleSuggestionState constructor

TableCellStyleSuggestionState({
  1. bool? backgroundColorSuggested,
  2. bool? borderBottomSuggested,
  3. bool? borderLeftSuggested,
  4. bool? borderRightSuggested,
  5. bool? borderTopSuggested,
  6. bool? columnSpanSuggested,
  7. bool? contentAlignmentSuggested,
  8. bool? paddingBottomSuggested,
  9. bool? paddingLeftSuggested,
  10. bool? paddingRightSuggested,
  11. bool? paddingTopSuggested,
  12. 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,
});