defaultPollVoteListViewSeparatorBuilder function
Widget
defaultPollVoteListViewSeparatorBuilder(
- BuildContext context,
- List<
PollVote> pollVotes, - int index
Default separator builder for StreamPollVoteListView.
Implementation
Widget defaultPollVoteListViewSeparatorBuilder(
BuildContext context,
List<PollVote> pollVotes,
int index,
) =>
const SizedBox(height: 8);