Widget.focusable

bool focusable() @property

Get focusable property.

Returns

Whether this widget itself will accept the input focus.
void focusable(bool propval) @property

Set focusable property.

Parameters

propvalWhether this widget itself will accept the input focus.