widthIsGreaterThanEqual function
Returns a RelationAssert which checks whether width is greater than
or equal value.
Implementation
RelationAssert widthIsGreaterThanEqual(double value) =>
_widthIs(PropertyRelation.greaterThanEqual, value);
Returns a RelationAssert which checks whether width is greater than
or equal value.
RelationAssert widthIsGreaterThanEqual(double value) =>
_widthIs(PropertyRelation.greaterThanEqual, value);