widthIsUnEqual function
Returns a RelationAssert which checks whether width is unequal value.
Implementation
RelationAssert widthIsUnEqual(double value) =>
_widthIs(PropertyRelation.unEqual, value);
Returns a RelationAssert which checks whether width is unequal value.
RelationAssert widthIsUnEqual(double value) =>
_widthIs(PropertyRelation.unEqual, value);