isSmallTabletOrLess property

bool get isSmallTabletOrLess

True if the width is smaller than 600p

Implementation

bool get isSmallTabletOrLess => width <= 600;