intl_phone_field
intl_phone_field copied to clipboard
Enable "expands" and "maxLines" parameters.
[expands] If set to true and wrapped in a parent widget like Expanded or SizedBox, the input will stretch its height and width to fill the parent widget.
we also need to pass [maxLines] parameter so we can set it to null when needed.
it's really useful to achieve the design that you need.