isLargeTabletOrLess property
bool
get
isLargeTabletOrLess
True if the width is smaller than 720p
Implementation
bool get isLargeTabletOrLess => width <= 720;
True if the width is smaller than 720p
bool get isLargeTabletOrLess => width <= 720;