Skip to content

Commit

Permalink
Update GZXDropDownHeaderItem index 2 style
Browse files Browse the repository at this point in the history
  • Loading branch information
GanZhiXiong committed Jun 3, 2020
1 parent 5dba16f commit 7dabc20
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 @@ -107,7 +107,7 @@ class _GZXDropDownMenuTestPageState extends State<GZXDropDownMenuTestPage> {
GZXDropDownHeaderItem(_dropDownHeaderItemStrings[1]),
GZXDropDownHeaderItem(
_dropDownHeaderItemStrings[2],
style: TextStyle(color: Colors.yellow),
style: TextStyle(color: Colors.green),
),
GZXDropDownHeaderItem(_dropDownHeaderItemStrings[3], iconData: Icons.filter_frames, iconSize: 18),
],
Expand Down

0 comments on commit 7dabc20

Please sign in to comment.