-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add blur option for overlay widgets #359
Comments
From what I'm reading, is the request for for overlay/elevated widgets such as popovers and dialogs to expose a parameter to blur the widgets below it? this Something similar to this:
Could you elaborate on these? From what I understand, Material uses a translucent color without any blending to achieve the blur effect. |
In the photo, which you attached, the background is eroded behind the widget, and I want the very widget to have a blurry image of what is behind him. Here is an example from a similar library to Flutter. IMG_1443.MP4Similar to what I want to see can be seen in the haze library |
I'm not really sure whether having translucent effects will fit in the library, what do you think @kawaijoe? |
Is your feature request related to a problem? Please describe.
Recently, many design systems have been using blur in their designs. It is used as a material for overlay widgets such as dialogs, app bars, popovers, tooltips, nav bars and others. I'd like to see something like this in forui if it doesn't go against design principles
Describe the solution you'd like
I would like to see in forui the ability to customize blur in widgets that overlay. For example, for the Bottom Nav Bar, the content could be behind it and blurred. Also, so that using ThemeData you can adjust the radius of blur and blending
The text was updated successfully, but these errors were encountered: