How to solve ‘ RenderBox was not laid out:’ in flutter in a card widget May 9, 2023 by Tarik TextFormField causes the issue. It needs constraints for width. E.g. wrap it into Expanded widget or Container with width.