circle_color_picker_view

Creator: coderz1093

Last updated:

0 purchases

circle_color_picker_view Image
circle_color_picker_view Images

Languages

Categories

Add to Cart

Description:

circle color picker view

CircleColorPickerView #

Usage #
...
body: Center(
child: ColorPickerView(
initialColor: Colors.red,
radius = 120,
thumbRadius = 10,
colorListener: (color) => print(color.value),
),
),
...
copied to clipboard
If you have no idea, how to show the color picker, you can use circle_color_picker_view. Sample combination of both packages you can find in example/main.dart

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.