onCardPressed property

ValueChanged<int>? onCardPressed
final

Called when a card is tapped, providing the tapped card index.

Implementation

final ValueChanged<int>? onCardPressed;