Use const for const constructor (#12464)

This commit is contained in:
Alexander Aprelev 2017-10-09 09:29:43 -07:00 committed by GitHub
parent 4e48a737eb
commit 4023b7cad8

View file

@ -452,7 +452,7 @@ class _BottomNavigationBarState extends State<BottomNavigationBar> with TickerPr
),
),
new ConstrainedBox(
constraints: new BoxConstraints(minHeight: kBottomNavigationBarHeight),
constraints: const BoxConstraints(minHeight: kBottomNavigationBarHeight),
child: new Stack(
children: <Widget>[
new Positioned.fill(