chore(ui): deprecate MessageListView.onMessageSwiped.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -99,6 +99,10 @@ class StreamMessageListView extends StatefulWidget {
|
|||||||
this.initialAlignment,
|
this.initialAlignment,
|
||||||
this.scrollController,
|
this.scrollController,
|
||||||
this.itemPositionListener,
|
this.itemPositionListener,
|
||||||
|
@Deprecated(
|
||||||
|
'Try wrapping the `MessageWidget` with a `Swipeable`, `Dismissible` or a '
|
||||||
|
'custom widget to achieve the swipe to reply behaviour.',
|
||||||
|
)
|
||||||
this.onMessageSwiped,
|
this.onMessageSwiped,
|
||||||
this.highlightInitialMessage = false,
|
this.highlightInitialMessage = false,
|
||||||
this.messageHighlightColor,
|
this.messageHighlightColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user