Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nickyrabit committed May 30, 2023
1 parent 5c67ffd commit 6349b20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ class MyExpansionTile extends StatefulWidget {
}

class MyExpansionTileState extends State<MyExpansionTile> {
PageStorageKey _key;
Future<http.Response> _responseFuture;
String title;
late Future<http.Response> _responseFuture;
// Initialized non-nullable field 'title'
String title = "";


@override
void initState() {
Expand Down

0 comments on commit 6349b20

Please sign in to comment.