SubZeroHorizontalCard constructor
const
SubZeroHorizontalCard({
- Key? key,
- Widget? leading,
- String? title,
- String? subtitle,
- Widget? trailing,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- SubZeroCardElevation elevation = SubZeroCardElevation.low,
- Color? backgroundColor,
- bool showBorder = false,
- EdgeInsets? padding,
- String? semanticLabel,
Implementation
const SubZeroHorizontalCard({
super.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.onTap,
this.onLongPress,
this.elevation = SubZeroCardElevation.low,
this.backgroundColor,
this.showBorder = false,
this.padding,
this.semanticLabel,
});