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
Hi,
thanks for this cool library. I really like it and it is very customizable!
However, one feature I am missing: a background overlay when the FAB is in active state. Can that be added somehow?
The text was updated successfully, but these errors were encountered:
Hi, I agree that it would be a good fit for the package.
I'm thinking of an overlayBuilder or backdropBuilder parameter:
overlayBuilder
backdropBuilder
Widget overlayBuilder(BuildContext context, bool isActive, VoidCallback toggle)
This way one should be able to
isActive
Unfortunatly I currently don't have enough time to add this, but PR is welcome :)
It could probably simply be added here with another check like
if (widget.overlayBuilder != null) overlayBuilder(overlayContext, isActive, toggle),
Sorry, something went wrong.
No branches or pull requests
Hi,
thanks for this cool library. I really like it and it is very customizable!
However, one feature I am missing: a background overlay when the FAB is in active state.
Can that be added somehow?
The text was updated successfully, but these errors were encountered: