ListCause constructor
Implementation
const ListCause({
required this.id,
required this.title,
required this.icon,
required this.description,
required this.headerImage,
required this.selected,
});
const ListCause({
required this.id,
required this.title,
required this.icon,
required this.description,
required this.headerImage,
required this.selected,
});