hasItemFocus property

bool get hasItemFocus

Whether an item is currently focused.

Implementation

bool get hasItemFocus => _focusedIndex >= 0;