isLargeDevice property
bool
get
isLargeDevice
If it is not a handset, it is a "large" device, meaning tablet or desktop!
Implementation
bool get isLargeDevice => !isHandset;
If it is not a handset, it is a "large" device, meaning tablet or desktop!
bool get isLargeDevice => !isHandset;