chore: fix analysis.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-11 20:09:31 +05:30
committed by xsahil03x
parent f312cd2036
commit 857542536e
3 changed files with 23 additions and 5 deletions
@@ -88,7 +88,7 @@ typedef ChannelTapCallback = void Function(Channel, Widget?);
typedef ChannelInfoCallback = void Function(Channel);
/// {@template channelPreviewBuilder}
/// Builder used to create a custom [ChannelPreview] for a [Channel]
/// Builder used to create a custom ChannelPreview for a [Channel]
/// {@endtemplate}
@Deprecated('Use StreamChannelListViewIndexedWidgetBuilder instead')
typedef ChannelPreviewBuilder = Widget Function(BuildContext, Channel);