operator & method

WidgetStatesConstraint operator &(
  1. WidgetStatesConstraint other
)

Combines two WidgetStatesConstraint values using logical "and".

Implementation

WidgetStatesConstraint operator &(WidgetStatesConstraint other) => _WidgetStateAnd(this, other);