Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
nickyrabit committed May 30, 2023
1 parent 6349b20 commit 854b0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class MyExpansionTile extends StatefulWidget {
}

class MyExpansionTileState extends State<MyExpansionTile> {
// ignore: unused_field
late Future<http.Response> _responseFuture;
// Initialized non-nullable field 'title'
String title = "";
Expand Down

0 comments on commit 854b0e5

Please sign in to comment.