isDesktop property
bool
get
isDesktop
true if the device is a desktop.
Implementation
bool get isDesktop => deviceTypeConfig.isDesktop;
true if the device is a desktop.
bool get isDesktop => deviceTypeConfig.isDesktop;