ColorListener typedef

ColorListener = void Function(int value)

A listener which receives an color in int representation. as used by BarColorPicker.colorListener and CircleColorPicker.colorListener.

Implementation

typedef ColorListener = void Function(int value);