Skip to content

Commit

Permalink
Fixed _dropdownMenuChange is null
Browse files Browse the repository at this point in the history
  • Loading branch information
GanZhiXiong committed Jun 3, 2020
1 parent 7dabc20 commit 61ff1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/gzx_dropdown_menu_test_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class _GZXDropDownMenuTestPageState extends State<GZXDropDownMenuTestPage> {
var _scaffoldKey = new GlobalKey<ScaffoldState>();
GlobalKey _stackKey = GlobalKey();

String _dropdownMenuChange;
String _dropdownMenuChange = '';

@override
void initState() {
Expand Down

0 comments on commit 61ff1f8

Please sign in to comment.