ctrlC property

bool ctrlC
final

A keyboard CMD/CTRL-C press will copy the clipboard into the picker.

When enabled, this keyboard copy color shortcut works when the ColorPicker and one of its focusable widgets have focus. Those include color indicator, color field, buttons, opacity slider and the picker selector as well as the color wheel.

Defaults to true.

Implementation

final bool ctrlC;