ChannelPreviewBuilder typedef

ChannelPreviewBuilder = Widget Function(BuildContext, Channel)

Builder used to create a custom StreamChannelPreview from a Channel

Implementation

typedef ChannelPreviewBuilder = Widget Function(BuildContext, Channel);