defaultPollVoteListViewSeparatorBuilder function

Widget defaultPollVoteListViewSeparatorBuilder(
  1. BuildContext context,
  2. List<PollVote> pollVotes,
  3. int index
)

Default separator builder for StreamPollVoteListView.

Implementation

Widget defaultPollVoteListViewSeparatorBuilder(
  BuildContext context,
  List<PollVote> pollVotes,
  int index,
) =>
    const SizedBox(height: 8);