defaultChannelListViewSeparatorBuilder function

Widget defaultChannelListViewSeparatorBuilder(
  1. BuildContext context,
  2. List<Channel> items,
  3. int index
)

Default separator builder for StreamChannelListView.

Implementation

Widget defaultChannelListViewSeparatorBuilder(
  BuildContext context,
  List<Channel> items,
  int index,
) =>
    const StreamChannelListSeparator();