bottomIsGreaterThan function
Returns a RelationAssert which checks whether bottom is greater than
value.
Implementation
RelationAssert bottomIsGreaterThan(double value) =>
_bottomIs(PropertyRelation.greaterThan, value);
Returns a RelationAssert which checks whether bottom is greater than
value.
RelationAssert bottomIsGreaterThan(double value) =>
_bottomIs(PropertyRelation.greaterThan, value);