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
why is the color picker displayed horizontally? I want the HEX will be under the color picker, what I'm doing wrong?
maybe the reason is that the picker is displayed on the screen and not on the alert window?
Thank you for any help!!
` child: ColorPicker( portraitOnly: true, pickerColor: selectedColor, onColorChanged: (Color color) { selectedColor = color; if (widget.onColorChanged != null) { widget.onColorChanged!(selectedColor); } }, pickerAreaHeightPercent: 0.7, enableAlpha: true, displayThumbColor: true, paletteType: PaletteType.hsv, pickerAreaBorderRadius: const BorderRadius.only( topLeft: Radius.circular(2.0), topRight: Radius.circular(2.0), ), ),
`**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
why is the color picker displayed horizontally?
I want the HEX will be under the color picker, what I'm doing wrong?
maybe the reason is that the picker is displayed on the screen and not on the alert window?
Thank you for any help!!
`**
The text was updated successfully, but these errors were encountered: