mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1473 from abarth/super_style
Use `}) : super` consistently
This commit is contained in:
commit
f07c79ba0d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user