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