onCardTap property

dynamic Function(CardModel)? onCardTap
final

If not null, the function will be invoked on the tap of the card.

Implementation

final Function(CardModel)? onCardTap;