onChangeStart property

ValueChanged<Color>? onChangeStart
final

Optional ValueChanged callback, called when user starts color selection operation with the current color value.

Implementation

final ValueChanged<Color>? onChangeStart;