Returns true if the container width is greater than or equal to value.
value
bool isAtLeast(double value) => width >= value;