StacCard constructor
const
StacCard({
- StacColor? color,
- StacColor? shadowColor,
- StacColor? surfaceTintColor,
- double? elevation,
- StacShapeBorder? shape,
- bool? borderOnForeground,
- StacEdgeInsets? margin,
- StacClip? clipBehavior,
- StacWidget? child,
- bool? semanticContainer,
Creates a StacCard.
Implementation
const StacCard({
this.color,
this.shadowColor,
this.surfaceTintColor,
this.elevation,
this.shape,
this.borderOnForeground,
this.margin,
this.clipBehavior,
this.child,
this.semanticContainer,
});