标签: flutter children provider consumer
如何在提供者的消费者上传递孩子?
Consumer<_BottomBarIndex>( builder: (_, bottomBarIndex, child) => IndexedStack( index: bottomBarIndex.selectedIndex, children:__), child:__),
这个孩子不需要重建。