Commit 303d4dcb authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

fix an analyzer warning (#10018)

parent bbe67c3f
......@@ -55,7 +55,7 @@ class _MyHomePageState extends State<MyHomePage> {
key: const Key(keys.kUnfocusButton),
onPressed: () { textField.focusNode.unfocus(); },
tooltip: 'Unfocus',
child: new Icon(Icons.done),
child: const Icon(Icons.done),
),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment