GradientLayout constructor
const
GradientLayout({
- Key? key,
- Widget? child,
- double? width,
- double? height,
- Color? backgroundColor,
- List<
Color> ? gradientColors, - EdgeInsetsGeometry? margin,
- AlignmentGeometry? begin,
- AlignmentGeometry? end,
Implementation
const GradientLayout({
super.key,
this.child,
this.width,
this.height,
this.backgroundColor,
this.gradientColors,
this.margin,
this.begin,
this.end,
});