isPhoneOrLess property

bool isPhoneOrLess

True if the width is smaller than 600p

Implementation

bool get isPhoneOrLess => width <= 600;