operator | method
- WidgetStatesConstraint other
Combines two WidgetStatesConstraint values using logical "or".
Implementation
WidgetStatesConstraint operator |(WidgetStatesConstraint other) => _WidgetStateOr(this, other);
Combines two WidgetStatesConstraint values using logical "or".
WidgetStatesConstraint operator |(WidgetStatesConstraint other) => _WidgetStateOr(this, other);