SubZeroCard constructor
const
SubZeroCard({
- Key? key,
- SubZeroCardHeader? header,
- SubZeroCardMedia? media,
- Widget? body,
- List<
Widget> ? actions, - VoidCallback? onTap,
- VoidCallback? onLongPress,
- SubZeroCardElevation elevation = SubZeroCardElevation.medium,
- BorderRadius? borderRadius,
- Color? backgroundColor,
- Color? borderColor,
- bool showBorder = false,
- EdgeInsets? padding,
- double? width,
- double? height,
- String? semanticLabel,
- Clip clipBehavior = Clip.antiAlias,
Implementation
const SubZeroCard({
super.key,
this.header,
this.media,
this.body,
this.actions,
this.onTap,
this.onLongPress,
this.elevation = SubZeroCardElevation.medium,
this.borderRadius,
this.backgroundColor,
this.borderColor,
this.showBorder = false,
this.padding,
this.width,
this.height,
this.semanticLabel,
this.clipBehavior = Clip.antiAlias,
});