desktop property
bool
get
desktop
Whether the current platform is a primarily keyboard/mouse-based platform.
This is not 100% as accurate as there are hybrid devices that use both touch and keyboard/mouse input, e.g., Windows Surface laptops.
Implementation
bool get desktop => this is Desktop;