isLargeTabletOrLess property

bool get isLargeTabletOrLess

True if the width is smaller than 720p

Implementation

bool get isLargeTabletOrLess => width <= 720;