voteData property

Map<String, int>? voteData
final

This takes in vote data which should be a Map with this, polls widget determines what type of view the user should see

Implementation

final Map<String, int>? voteData;