Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
avenwu committed Aug 7, 2020
1 parent 14dc04d commit 33d3834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/custom_appbar_sample.dart
Expand Up @@ -82,7 +82,7 @@ class _State extends State<CustomAppBarDemo>
curveSize: 100,
style: TabStyle.fixedCircle,
items: [
TabItem(title:'2019', icon: Icons.link),
TabItem(title: '2019', icon: Icons.link),
TabItem(icon: Icons.import_contacts),
TabItem(title: "2020", icon: Icons.work),
],
Expand Down
2 changes: 1 addition & 1 deletion test/widget_test.dart
Expand Up @@ -237,7 +237,7 @@ void main() {
3: Icons.add,
4: Text('new'),
},
badgeMargin: EdgeInsets.only(left: 20,top: 20),
badgeMargin: EdgeInsets.only(left: 20, top: 20),
items: [
TabItem(title: 'Tab A', icon: Icons.add),
TabItem(title: 'Tab B', icon: Icons.near_me),
Expand Down

0 comments on commit 33d3834

Please sign in to comment.