Dart/Flutter – wrap on next line with 1 or several widgets
I have 4 fixed size widgets, i want to wrap them if parent width is getting lower
When i tried it, size of fixed widgets starts to change or big space between them, normal Wrap widget for 1 widget works fine, Wrap and 2 Rows with 2 widgets in them works fine too, but not when i need both of this methods, that’s the problem