isDesktop property
bool
get
isDesktop
Checks if the device is a desktop.
Implementation
bool get isDesktop => isSmallDesktop || isLargeDesktop;
Checks if the device is a desktop.
bool get isDesktop => isSmallDesktop || isLargeDesktop;