GridCard constructor
const
GridCard({
- Key? key,
- String? amount,
- String? title,
- String? image,
- Color? defaultColor,
- bool? isFavourite,
- VoidCallback? removeFavFunc,
- VoidCallback? onClick,
Implementation
const GridCard({super.key, this.amount, this.title, this.image, this.defaultColor, this.isFavourite, this.removeFavFunc, this.onClick});