BackgroundFillSolid constructor
const
BackgroundFillSolid({
- required int color,
Constructs a BackgroundFillSolid object.
Implementation
const BackgroundFillSolid({
required this.color,
});
Constructs a BackgroundFillSolid object.
const BackgroundFillSolid({
required this.color,
});