Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If more than two SlidableAction, the lable disappear #478

Open
kwarnkham opened this issue May 20, 2024 · 3 comments
Open

If more than two SlidableAction, the lable disappear #478

kwarnkham opened this issue May 20, 2024 · 3 comments

Comments

@kwarnkham
Copy link

children: [ SlidableAction( onPressed: null, backgroundColor: Color(0xFFFE4A49), foregroundColor: Colors.white, icon: Icons.delete, label: 'Delete', ), SlidableAction( onPressed: null, backgroundColor: Color(0xFF21B7CA), foregroundColor: Colors.white, icon: Icons.share, label: 'Share', ), SlidableAction( onPressed: null, backgroundColor: Color(0xFF21B7CA), foregroundColor: Colors.white, icon: Icons.share, label: 'Share', ), ]

Please try to have 3 SlidableAction and you will see there is no label anymore

@kwarnkham
Copy link
Author

kwarnkham commented May 20, 2024

I tested in "endActionPane" and iPhone 8 plus simulator

@olerhan
Copy link

olerhan commented Jul 3, 2024

The label doesn't seem to fit.

@olerhan
Copy link

olerhan commented Jul 3, 2024

You sholud set extentRatio parameter on xxxActionPane

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants