We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I tested in "endActionPane" and iPhone 8 plus simulator
Sorry, something went wrong.
The label doesn't seem to fit.
You sholud set extentRatio parameter on xxxActionPane
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: