isLaptop property
bool
get
isLaptop
Returns true
if the screen is considered a laptop device.
Implementation
bool get isLaptop =>
config.isLaptop(screenWidth, screenHeight) && screenWidth > 1020;
Returns true
if the screen is considered a laptop device.
bool get isLaptop =>
config.isLaptop(screenWidth, screenHeight) && screenWidth > 1020;