StacCard constructor

const StacCard({
  1. StacColor? color,
  2. StacColor? shadowColor,
  3. StacColor? surfaceTintColor,
  4. double? elevation,
  5. StacShapeBorder? shape,
  6. bool? borderOnForeground,
  7. StacEdgeInsets? margin,
  8. StacClip? clipBehavior,
  9. StacWidget? child,
  10. 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,
});