How to set a BackdropFilter using dynamic-sized widgets in Flutter
问题 I have a column: header with text, body with image, footer with text, all widgets have transparent backgrounds. I want to set the background using a blur of the main image but I keep reaching dead ends. In some situations this would be straight forward but in my scenario the image could be of any size and aspect ratio, and I need the effect to be wrapped with the column. Here are my two failed attempts: Method 1 I have a Stack with the image as the first item, then a BackdropFilter with