isLargeTabletOrLess property

bool isLargeTabletOrLess

True if the width is smaller than 720p

Implementation

bool get isLargeTabletOrLess => width <= 720;