operator & method
- WidgetStatesConstraint other
Combines two WidgetStatesConstraint values using logical "and".
Implementation
WidgetStatesConstraint operator &(WidgetStatesConstraint other) => _WidgetStateAnd(this, other);
Combines two WidgetStatesConstraint values using logical "and".
WidgetStatesConstraint operator &(WidgetStatesConstraint other) => _WidgetStateAnd(this, other);