BackgroundFillGradient constructor

BackgroundFillGradient({
  1. required int topColor,
  2. required int bottomColor,
  3. required int rotationAngle,
})

Implementation

BackgroundFillGradient({
  required this.topColor,
  required this.bottomColor,
  required this.rotationAngle,
});