widthIsGreaterThan function
Returns a RelationAssert which checks whether width is greater than
value.
Implementation
RelationAssert widthIsGreaterThan(double value) =>
_widthIs(PropertyRelation.greaterThan, value);
Returns a RelationAssert which checks whether width is greater than
value.
RelationAssert widthIsGreaterThan(double value) =>
_widthIs(PropertyRelation.greaterThan, value);