ListItem.focusable
bool focusable() @property nothrowGet focusable property.
Returns
If the item can be focused with the keyboard.
void focusable(bool propval) @property nothrowSet focusable property.
Parameters
propval | If the item can be focused with the keyboard. |