operator | method

WidgetStatesConstraint operator |(
  1. WidgetStatesConstraint other
)

Combines two WidgetStatesConstraint values using logical "or".

Implementation

WidgetStatesConstraint operator |(WidgetStatesConstraint other) => _WidgetStateOr(this, other);