focusable property

bool get focusable

Whether this widget can receive keyboard focus.

Implementation

bool get focusable => false;