瀏覽代碼

Fix lint issue found after use flutter 3.3.2

xuty 3 年之前
父節點
當前提交
9761c7eef5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      example/lib/src/platform_menu.dart

+ 1 - 1
example/lib/src/platform_menu.dart

@@ -143,7 +143,7 @@ class _AppPlatformMenuState extends State<AppPlatformMenu> {
           ],
         ),
       ],
-      body: widget.child,
+      child: widget.child,
     );
   }
 }