BackgroundFillSolid constructor

const BackgroundFillSolid(
  1. {required int color}
)

Describes a solid fill of a background

Implementation

const BackgroundFillSolid({
  required this.color,
});