mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Beta (#1234)
This commit is contained in:
@@ -52,7 +52,7 @@ class PlatformAdaptingHomePage extends StatefulWidget {
|
||||
const PlatformAdaptingHomePage({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_PlatformAdaptingHomePageState createState() =>
|
||||
State<PlatformAdaptingHomePage> createState() =>
|
||||
_PlatformAdaptingHomePageState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user