any constant
To prevent a situation where each WidgetStatesConstraint isn't satisfied by the given set of states, consier adding WidgetState.any as the final WidgetStateMap key.
Implementation
static const WidgetStatesConstraint any = _AnyWidgetStates();