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