isFocusWithin property

bool get isFocusWithin

Implementation

bool get isFocusWithin => isFocused || _focusWithinDescendantCount > 0;