Created
January 9, 2022 03:35
-
-
Save lunaperegrina/231e33a80bb818b6f48e917854289721 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BackdropFilter( | |
filter: ImageFilter.blur( | |
sigmaX: 5.0, | |
sigmaY: 5.0, | |
), | |
child: Container(), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flutter Frosted effect