isPhoneOrWider property

bool get isPhoneOrWider

True if the width is higher than 600p

Implementation

bool get isPhoneOrWider => width >= 600;