BackgroundFillSolid constructor

const BackgroundFillSolid({
  1. required int color,
})

Constructs a BackgroundFillSolid object.

Implementation

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