Whether the current Platform is a desktop or not.
bool get isDesktop => Platform.isMacOS || Platform.isLinux || Platform.isWindows;