isWindowsTablet property

bool isWindowsTablet

Implementation

bool get isWindowsTablet => isWindows && contains('touch');