Use const for const constructor (#12464)
This commit is contained in:
parent
4e48a737eb
commit
4023b7cad8
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user