GradientCard constructor
const
GradientCard({
- Key? key,
- LinearGradient gradient = Gradients.hotLinear,
- ShapeBorder? shape,
- EdgeInsetsGeometry margin = const EdgeInsets.all(4),
- Clip clipBehavior = Clip.none,
- Widget? child,
- double? elevation,
- Color? shadowColor,
- bool semanticContainer = true,
Implementation
const GradientCard({
Key? key,
this.gradient = Gradients.hotLinear,
this.shape,
this.margin = const EdgeInsets.all(4),
this.clipBehavior = Clip.none,
this.child,
this.elevation,
this.shadowColor,
this.semanticContainer = true,
}) : super(key: key);