Fix an analyzer warning (#9643)
This commit is contained in:
parent
4bac259617
commit
0439bf25d9
@ -185,7 +185,7 @@ class _TestAppState extends State<TestApp> {
|
||||
floatingActionButton: new FloatingActionButton(
|
||||
key: const ValueKey<String>('step'),
|
||||
onPressed: _executeNextStep,
|
||||
child: new Icon(Icons.navigate_next),
|
||||
child: const Icon(Icons.navigate_next),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user