isLargeDevice top-level property
bool
get
isLargeDevice
Implementation
bool get isLargeDevice {
var w = deviceWidth!;
return w >= 992 && w < 1200;
}
bool get isLargeDevice {
var w = deviceWidth!;
return w >= 992 && w < 1200;
}