onTap property

ValueChanged<int>? onTap
final

onTap returns the current face index when the card is tapped (only for normal and loop modes).

Implementation

final ValueChanged<int>? onTap;