topIsLessThan function
Returns a RelationAssert which checks whether top is less than
value.
Implementation
RelationAssert topIsLessThan(double value) =>
_topIs(PropertyRelation.lessThan, value);
Returns a RelationAssert which checks whether top is less than
value.
RelationAssert topIsLessThan(double value) =>
_topIs(PropertyRelation.lessThan, value);