GridCard constructor
const
GridCard({
- Key? key,
- Color? defaultColor,
- String? imageUrl,
- String? title,
- String? price,
- VoidCallback? onTap,
- VoidCallback? addRemoveFav,
- bool? isFavourite,
Implementation
const GridCard({super.key, this.defaultColor, this.imageUrl, this.title, this.price, this.onTap, this.addRemoveFav, this.isFavourite});