TableCellBackgroundFill constructor

TableCellBackgroundFill({
  1. String? propertyState,
  2. SolidFill? solidFill,
})

Implementation

TableCellBackgroundFill({
  this.propertyState,
  this.solidFill,
});