feat(ui): added support for MessageWidget.onReactionsHover.

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2023-09-06 17:57:15 +05:30
parent f3d4fbb275
commit e00664f5a8
8 changed files with 93 additions and 101 deletions
@@ -235,6 +235,12 @@ typedef OnMessageTap = void Function(Message);
/// {@endtemplate}
typedef OnReactionsTap = void Function(Message);
/// {@template onReactionsHover}
/// The action to perform when a message's reactions are hovered.
/// {@endtemplate}
// ignore: avoid_positional_boolean_parameters
typedef OnReactionsHover = void Function(bool isHovering);
/// {@template messageSearchItemTapCallback}
/// The action to perform when tapping or clicking on a user in a
// ignore: deprecated_member_use_from_same_package