顾海波

【适配】鸿蒙

... ... @@ -492,6 +492,7 @@ PointerDeviceKind defaultPointerDeviceKind(BuildContext context) {
switch (platform) {
case TargetPlatform.iOS:
case TargetPlatform.android:
case TargetPlatform.ohos:
return PointerDeviceKind.touch;
case TargetPlatform.linux:
case TargetPlatform.macOS:
... ...
... ... @@ -38,6 +38,7 @@ class _ModalBottomSheetState<T> extends State<_ModalBottomSheet<T>> {
case TargetPlatform.linux:
case TargetPlatform.macOS:
case TargetPlatform.windows:
case TargetPlatform.ohos:
return '';
case TargetPlatform.android:
case TargetPlatform.fuchsia:
... ...