OudsVerticalImageFirstCard constructor
- Key? key,
- required String title,
- OudsCardImage? image,
- Widget? child,
- dynamic onClick()?,
Creates an OUDS vertical image first card.
Implementation
const OudsVerticalImageFirstCard({
super.key,
required this.title,
this.image,
this.child,
this.onClick,
});