isLargeTabletOrWider property

bool isLargeTabletOrWider

True if the width is higher than 720p

Implementation

bool get isLargeTabletOrWider => width >= 720;