79382956

Date: 2025-01-24 00:39:04
Score: 1.5
Natty:
Report link

First of all, I didn’t understand why your Stack is needed, but this error is happening because Stack children has no constraints, and your Expanded widget into buildFormBody is expanding to infinite, so consider to remove Stack, or use Positioned.fill above buildFormBody. Also, avoid using functions to return widgets (this can cause performance issues), prefer to wrap into other widgets, and for conditional rendering prefer to use Visibility widget instead ternaries.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jefferson Amorim