isSmallTabletOrWider property

bool isSmallTabletOrWider

True if the width is higher than 600p

Implementation

bool get isSmallTabletOrWider => width >= 600;