You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container widget is a Swiss knife and has a loot of internal checks which just takes more time to get through.
Let me give you an exmaple - you can set background color with ColoredBox or Container ColoredBox is more preferable due to performance penalties of Container
Same could be applied for ResponsiveConstraints
If we are using only constraints prop - ConstrainedBox looks more ideal option to use