isSmallTabletOrWider property

bool get isSmallTabletOrWider

True if the width is higher than 600p

Implementation

bool get isSmallTabletOrWider => width >= 600;