We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set a prefix, with fullwidth: false, the width doesn't consider the length of the prefix.
fullwidth: false,
return AutoSizeTextField( controller: controller, maxLines: 1, fullwidth: false, decoration: InputDecoration( prefix: Text('R\$'), ), );
The calculated width is added to the width of the prefix
auto_size_text_field: ^1.0.0-nullsafety.1
The text was updated successfully, but these errors were encountered:
Thank you @GabrieleSuzart ! I will take a look.
Sorry, something went wrong.
lzhuor
No branches or pull requests
Problem
When I set a prefix, with
fullwidth: false,
the width doesn't consider the length of the prefix.Code
Expected
The calculated width is added to the width of the prefix
Version
auto_size_text_field: ^1.0.0-nullsafety.1
Record
Gravacao.de.Tela.2021-07-27.as.18.42.46.mov
The text was updated successfully, but these errors were encountered: