isLargeTabletOrWider property
bool
get
isLargeTabletOrWider
True if the width is higher than 720p
Implementation
bool get isLargeTabletOrWider => width >= 720;
True if the width is higher than 720p
bool get isLargeTabletOrWider => width >= 720;