chore(ui): fix analyzer warning.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user