AppFindCard constructor
const
AppFindCard({})
Implementation
const AppFindCard({
Key? key,
this.title,
this.subtitle,
this.image,
this.color,
this.titleColor,
this.subtitleColor,
}) : super(key: key);
const AppFindCard({
Key? key,
this.title,
this.subtitle,
this.image,
this.color,
this.titleColor,
this.subtitleColor,
}) : super(key: key);