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
Hi! Is there any way to change the textstyle of the suggestions? Thank you!
The text was updated successfully, but these errors were encountered:
Hello! You can use AutoSuggestBoxItem.child property to render any widget in the auto suggest box overlay tile.
AutoSuggestBoxItem.child
AutoSuggestBox( items: [ AutoSuggestBoxItem( value: 0, label: '0', child: Text('The number is 0'), ), ], )
I will keep this open because auto suggest box still misses some customization enhancements.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi! Is there any way to change the textstyle of the suggestions? Thank you!
The text was updated successfully, but these errors were encountered: