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
My code like this:
PinFieldAutoFill( keyboardType: TextInputType.phone, autofocus: true, codeLength: 4, // currentCode: _code, decoration: UnderlineDecoration( color: color_text_grey, textStyle: TextStyle( fontSize: MediaQuery.of(context).size.width / 10, color: color_text_black, fontWeight: FontWeight.bold, ), ), ),
And the result like this:
How to resize property "UnderlineDecoration" ?
The text was updated successfully, but these errors were encountered:
Look like it's an issue you should ask here https://github.com/TinoGuo/pin_input_text_field as it's the package providing this decoration, I personally have no idea sorry
Sorry, something went wrong.
No branches or pull requests
My code like this:
And the result like this:
How to resize property "UnderlineDecoration" ?
The text was updated successfully, but these errors were encountered: