fix: disable animation "add to" action menu (#24040)
parent
b974ed5735
commit
ec2fa6e308
|
|
@ -77,6 +77,7 @@ class AddActionButton extends ConsumerWidget {
|
|||
color: context.themeData.scaffoldBackgroundColor,
|
||||
position: _menuPosition(context),
|
||||
items: items,
|
||||
popUpAnimationStyle: AnimationStyle.noAnimation,
|
||||
);
|
||||
|
||||
if (selected == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue