I was designing a music app, and for the bottom navigation bar, I wanted it to look like in the image. It is a linear gradient blur, but I don’t know how to achieve this. Is this possible using Flutter?
(I tried searching in Google, but I found nothing)
2
Answers
I would suggest taking a look at the docs. I know I know, the answer everyone always gives. But, here is the nav bar that I would use for a flutter project, and you could modify it with CSS so that the gradient is transparent and looks similar.
Try below code for blur background