The theme set minimumSize: Size(double.infinity, 52) which creates an internal ConstrainedBox(w=Infinity) inside every button. This crashes when any button is placed in unbounded width context (Row). Changed to Size(0, 52) — GenexButton's LayoutBuilder handles width. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| admin-app | ||
| admin-web | ||
| miniapp/src | ||
| mobile | ||
| .gitignore | ||
| build.bat | ||
| build.sh | ||