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