BackgroundFillSolid constructor
const
BackgroundFillSolid({
- required int color,
Describes a solid fill of a background
Implementation
const BackgroundFillSolid({
required this.color,
});
Describes a solid fill of a background
const BackgroundFillSolid({
required this.color,
});