isFocusable property

  1. @override
bool get isFocusable
override

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

@override
bool get isFocusable => focusable;