isFocusable property

bool get isFocusable

Whether this component can receive focus.

Override this getter to return true if the component should be focusable. Focusable components can be navigated to via keyboard or pointer interaction.

Implementation

bool get isFocusable => false;