TListCard constructor
const
TListCard({})
Creates a list card.
Implementation
const TListCard({
super.key,
required this.title,
this.subTitle,
this.imageUrl,
this.isSelected = false,
this.isExpanded = false,
this.isDisabled = false,
this.multiple = false,
this.level = 0,
this.onTap,
this.theme,
this.children,
});