Widget.focusable
bool focusable() @propertyGet focusable property.
Returns
Whether this widget itself will accept the input focus.
void focusable(bool propval) @propertySet focusable property.
Parameters
propval | Whether this widget itself will accept the input focus. |