SliverCard constructor
const
SliverCard({
- Key? key,
- Color? color,
- Color? shadowColor,
- double? elevation,
- ShapeBorder? shape,
- EdgeInsetsGeometry? margin,
- Clip? clipBehavior,
- Widget? sliver,
- double? bufferExtent,
Creates a SliverCard.
Implementation
const SliverCard({
Key? key,
this.color,
this.shadowColor,
this.elevation,
this.shape,
this.margin,
this.clipBehavior,
this.sliver,
this.bufferExtent,
}) : super(key: key);