BackgroundFillSolid constructor

BackgroundFillSolid({
  1. String? extra,
  2. int? client_id,
  3. int32? color,
})

Implementation

BackgroundFillSolid({
  super.extra,
  super.client_id,
  this.color,
});