OudsSmallCardItem constructor
- Key? key,
- required String label,
- OudsListItemContentAlignment contentAlignment = OudsCardItemDefaults.contentAlignment,
- OudsListItemDecoration decoration = OudsCardItemDefaults.decoration,
- String? description,
- OudsSmallListItemLeading? leading,
- OudsSmallListItemTrailing? trailing,
- String? helperText,
- bool boldLabel = false,
- bool enable = true,
- VoidCallback? onTap,
- OudsListItemIndicator indicator = OudsCardItemDefaults.indicator,
Creates a compact OUDS card item.
Implementation
const OudsSmallCardItem({
super.key,
required this.label,
this.contentAlignment = OudsCardItemDefaults.contentAlignment,
this.decoration = OudsCardItemDefaults.decoration,
this.description,
this.leading,
this.trailing,
this.helperText,
this.boldLabel = false,
this.enable = true,
this.onTap,
this.indicator = OudsCardItemDefaults.indicator,
});