canFocus property

bool get canFocus

Whether this node can receive focus at all.

Implementation

bool get canFocus;
set canFocus (bool value)

Implementation

set canFocus(bool value);