XContainerGradient constructor
const
XContainerGradient(- {Key key,
- double height,
- double width,
- @required Gradient gradient,
- Color shadowColor,
- double rounded,
- EdgeInsetsGeometry padding,
- @required Widget child,
- double blurRadius,
- double spreadRadius,
- Offset offset,
- Function onTap,
- EdgeInsetsGeometry margin,
- BorderRadiusGeometry borderRadius,
- DecorationImage image}
)
Implementation
const XContainerGradient(
{Key key,
this.height,
this.width,
@required this.gradient,
this.shadowColor,
this.rounded,
this.padding,
@required this.child,
this.blurRadius,
this.spreadRadius,
this.offset,
this.onTap,
this.margin,
this.borderRadius,
this.image})
: super(key: key);