isSmallTabletOrLess property

bool isSmallTabletOrLess

True if the width is smaller than 600p

Implementation

bool get isSmallTabletOrLess => width <= 600;