BackgroundFillGradient constructor
const
BackgroundFillGradient({})
Constructs a BackgroundFillGradient object.
Implementation
const BackgroundFillGradient({
required this.topColor,
required this.bottomColor,
required this.rotationAngle,
});