OnColorSelected typedef

OnColorSelected = void Function(Color color)

The action to perform when a color is selected from the color well.

Implementation

typedef OnColorSelected = void Function(Color color);