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
The commit e6cdd6c removed the onPressed callback from the IconButtonProps class and I dont think it was mentioned in any breaking change.
What is the reason for it's removal? Can it be returned?
The text was updated successfully, but these errors were encountered:
hi, any update on this
Sorry, something went wrong.
the solution is onChanged: (newValue) {}, handle clear if newValue is null
Yeah, but it was possible to abort the cancel or do whatever you want with the onPressed callback.
Anyways I've stopped using this package because you can't open the menu/dialog/sheet without using the widget.
I think that would be a great addition to this package, to expose public methods for showing the menu.
No branches or pull requests
The commit e6cdd6c removed the onPressed callback from the IconButtonProps class and I dont think it was mentioned in any breaking change.
What is the reason for it's removal?
Can it be returned?
The text was updated successfully, but these errors were encountered: