isKeyboardOS top-level property
bool
get
isKeyboardOS
Implementation
@pragma('vm:platform-const-if', !kDebugMode)
bool get isKeyboardOS =>
isDesktop || defaultTargetPlatform == TargetPlatform.fuchsia;