auto_size_text_field
auto_size_text_field copied to clipboard
Controller parameter is not null-safe
The documentation on the controller parameter says that If null, this widget will create its own [TextEditingController]
but it is not the case.
If a null controller is provided, it is force casted to its non-nullable type in the initState
which lead to an Exception.