Flutter – Problem with blurring a part of the widget
I'm having a problem making a portion of a widget to be blurred (I'm using a stack). return Scaffold( body: Stack( children: [ Padding( //sth very nice ), Positioned( top: 0, bottom: height*0.85, right: 0, left: 0, child: BackdropFilter( filter:…