ChannelPreviewBuilder typedef

ChannelPreviewBuilder = Widget Function(BuildContext, Channel)

Builder used to create a custom ChannelPreview from a Channel

Implementation

typedef ChannelPreviewBuilder = Widget Function(BuildContext, Channel);