Closed ariedov closed 6 years ago
Probable solution is to forcefully wrap every child to a fixed size Container or SizedBox.
Container
SizedBox
For now using SizedBox to force children to be specified size.
Probable solution is to forcefully wrap every child to a fixed size
Container
orSizedBox
.