diff --git a/engine/src/flutter/examples/address_book/lib/main.dart b/engine/src/flutter/examples/address_book/lib/main.dart index 636df805133..c12a7d2114b 100644 --- a/engine/src/flutter/examples/address_book/lib/main.dart +++ b/engine/src/flutter/examples/address_book/lib/main.dart @@ -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;