Unverified Commit a40e5c90 authored by MH Johnson's avatar MH Johnson Committed by GitHub

[Material] selected/unselected label styles + icon themes on BottomNavigationBar (#31018)

* add text style params

* add icon theme params

* Added tests 
parent 1d91bd25
...@@ -189,7 +189,6 @@ class _BottomNavigationDemoState extends State<BottomNavigationDemo> ...@@ -189,7 +189,6 @@ class _BottomNavigationDemoState extends State<BottomNavigationDemo>
.toList(), .toList(),
currentIndex: _currentIndex, currentIndex: _currentIndex,
type: _type, type: _type,
//iconSize: 4.0,
onTap: (int index) { onTap: (int index) {
setState(() { setState(() {
_navigationViews[_currentIndex].controller.reverse(); _navigationViews[_currentIndex].controller.reverse();
......
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