Explorar o código

Fix lint issue found after use flutter 3.3.2

xuty %!s(int64=3) %!d(string=hai) anos
pai
achega
9761c7eef5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     );
   }
 }