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.
true
@override bool get isFocusable => focusable;