Skip to content

Commit

Permalink
Select first widget data
Browse files Browse the repository at this point in the history
  • Loading branch information
robiness committed Aug 9, 2023
1 parent 2302711 commit 1e8a724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ class _MyAppState extends State<MyApp> {
MyAppStageData(),
];

@override
void initState() {
super.initState();
_stageController.selectWidget(widgetsOnStage.first);
}

@override
Widget build(BuildContext context) {
return MaterialApp(
Expand Down

0 comments on commit 1e8a724

Please sign in to comment.