BackgroundFillSolid constructor

BackgroundFillSolid({
  1. required int color,
})

Implementation

BackgroundFillSolid({required this.color});