onRemoveVote property
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;
Callback invoked when the user wants to remove a vote.
The PollVote parameter is the vote the user wants to remove.
final ValueChanged<PollVote>? onRemoveVote;