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>
.toList(),
currentIndex: _currentIndex,
type: _type,
//iconSize: 4.0,
onTap: (int index) {
setState(() {
_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