ctrlV property

bool ctrlV
final

A keyboard CMD/CTRL-V press will paste 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 ctrlV;