BackgroundFillGradient constructor
const
BackgroundFillGradient({})
Describes a gradient fill of a background
Implementation
const BackgroundFillGradient({
required this.topColor,
required this.bottomColor,
required this.rotationAngle,
});