focusable property
bool
get
focusable
Whether this widget can receive keyboard focus.
Implementation
bool get focusable => false;
Whether this widget can receive keyboard focus.
bool get focusable => false;