isPhoneOrWider property

bool isPhoneOrWider

True if the width is higher than 600p

Implementation

bool get isPhoneOrWider => width >= 600;