Closed olegys closed 1 year ago
Hi, @olegys
So in order to make the parent widget take the size of the child you will need to make use of GlassmorphicFlexContainer
..
And make sure that your child widgets ar also responsive.
You can see this in action in the bottom link from line 170.
https://github.com/RitickSaha/glassmorphism/blob/master/example/lib/main.dart#L170
Hi, @RitickSaha Thanks for the quick response !
GlassmorphicFlexContainer
does not depend on the child. how can I make the size of the container to the size of the inner child?
GlassmorphicFlexContainer
does not depend on the child. how can I make the size of the container to the size of the inner child?
Can you share your simplified snippet? So that I could suggest some changes.
@RitickSaha Hi! Perhaps @ajaygosh102 meant such a decision. When for example the container in the list takes the dimensions of the child.
@olegys This is created with GlassmorphicFlexContainer
widget right?
@olegys This is created with
GlassmorphicFlexContainer
widget right?
@RitickSaha Unfortunately no. I tried to use your plugin but I couldn't get it to work like this. I am using regular BackDropFilter.
Greetings! Can you please tell me how can I make the size of the container to the size of the inner child?