onRemoveVote property

ValueChanged<PollVote>? onRemoveVote
final

Callback invoked when the user wants to remove a vote.

The PollVote parameter is the vote the user wants to remove.

Implementation

final ValueChanged<PollVote>? onRemoveVote;