isLargeTabletOrWider property

bool get isLargeTabletOrWider

True if the width is higher than 720p

Implementation

bool get isLargeTabletOrWider => width >= 720;