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