chore: Follow up list item click behavior
This commit is contained in:
parent
b7c4e401d7
commit
87d3d0feed
1 changed files with 13 additions and 10 deletions
|
|
@ -173,6 +173,8 @@ class ChatListItem extends StatelessWidget {
|
||||||
Positioned(
|
Positioned(
|
||||||
top: 0,
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
|
child: GestureDetector(
|
||||||
|
onTap: () => onLongPress?.call(context),
|
||||||
child: AnimatedScale(
|
child: AnimatedScale(
|
||||||
duration: FluffyThemes.animationDuration,
|
duration: FluffyThemes.animationDuration,
|
||||||
curve: FluffyThemes.animationCurve,
|
curve: FluffyThemes.animationCurve,
|
||||||
|
|
@ -187,6 +189,7 @@ class ChatListItem extends StatelessWidget {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue