ShapeBackgroundFill constructor

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

Implementation

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