mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The input widget scrolls, so it should give its text loose constraints. That way the text ends up being its intrinsic size even if put in a context with tight constraints. Fixes #298