GradientContainerBase constructor
const
GradientContainerBase({
- Key? key,
- Widget? child,
- BorderRadius? borderRadius,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BoxShape shape = BoxShape.rectangle,
- VoidCallback? onTap,
- MouseCursor? mouseCursor,
Implementation
const GradientContainerBase({
super.key,
this.child,
this.borderRadius,
this.width,
this.height,
this.padding,
this.margin,
this.shape = BoxShape.rectangle,
this.onTap,
this.mouseCursor,
});