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
CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => {selectedColor = color}, size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, )
The text was updated successfully, but these errors were encountered:
This seems to be an issue of flutter web renderer. And I see this issue is already fixed! (Flutter v2.0.4), thank you for your reporting!
Sorry, something went wrong.
This issue seems to related to flutter web renderer. When you use html renderer, this issue occurs.
No branches or pull requests
CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => {selectedColor = color}, size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, )
The text was updated successfully, but these errors were encountered: