ChannelPreviewBuilder typedef

  1. @Deprecated('Use StreamChannelListViewIndexedWidgetBuilder instead')
ChannelPreviewBuilder = Widget Function(BuildContext, Channel)

Builder used to create a custom ChannelPreview for a Channel

Implementation

@Deprecated('Use StreamChannelListViewIndexedWidgetBuilder instead')
typedef ChannelPreviewBuilder = Widget Function(BuildContext, Channel);