CustomCard constructor
const
CustomCard({})
Implementation
const CustomCard({
Key? key,
required this.index,
required this.iconLeft,
this.iconRight,
this.subWidget,
required this.title,
this.subTitle,
this.colorLeft,
this.colorRight,
this.colorCenter,
this.onTap,
this.onMoreTap,
}) : super(key: key);