CustomItemCard constructor
const
CustomItemCard({})
Implementation
const CustomItemCard(
{Key? key,
this.imageUrl,
required this.title,
required this.subTitle,
this.moreInfo,
required this.trailing,
required this.hintColor,
required this.boxColor,
required this.index,
this.onTapCard,
this.onTapTitle,
this.onTapTrailing})
: super(key: key);