HorizontalCard constructor
const
HorizontalCard({
- required String title,
- Key? key,
- String? subtitle,
- ImageProvider<
Object> ? image, - SmartButtonWidget? primaryButton,
- SmartButtonWidget? secondaryButton,
Implementation
const HorizontalCard({
required this.title,
super.key,
this.subtitle,
this.image,
this.primaryButton,
this.secondaryButton,
});