controller property

ColorPickerFieldController? controller
final

Provides a way to listen for colors list changes Controls the colors being edited.

If null, this widget will create its own ColorPickerFieldController.

Implementation

final ColorPickerFieldController? controller;