isDeEmphasizedTabChange property

bool get isDeEmphasizedTabChange

Returns whether the event is to or from a de-emphasized tab.

Implementation

bool get isDeEmphasizedTabChange =>
    oldSubIndex != noSelectionIndex || newSubIndex != noSelectionIndex;