chore(ui): fix analyzer warning.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-09-29 21:25:59 +05:30
committed by xsahil03x
parent 82f2a0ad4a
commit ade9bc3810
@@ -57,11 +57,6 @@ typedef AttachmentThumbnailBuilder = Widget Function(
);
/// Builder function for building a mention tile.
///
/// Use [UserMentionTile] for the default implementation.
@Deprecated(
'Use `UserMentionTileBuilder` instead. Will be removed in future release',
)
typedef MentionTileBuilder = Widget Function(
BuildContext context,
Member member,