Merge pull request #1473 from abarth/super_style

Use `}) : super` consistently
This commit is contained in:
Adam Barth 2015-10-02 23:15:11 -07:00
commit f07c79ba0d

View File

@ -11,7 +11,7 @@ class Field extends StatelessComponent {
this.inputKey,
this.icon,
this.placeholder
}): super(key: key);
}) : super(key: key);
final GlobalKey inputKey;
final String icon;