isSmallDevice top-level property
bool
get
isSmallDevice
Implementation
bool get isSmallDevice {
var w = deviceWidth!;
return w >= 576 && w < 768;
}
bool get isSmallDevice {
var w = deviceWidth!;
return w >= 576 && w < 768;
}