📜  颤动底部导航栏四项——Whatever Code Example
📅  最后修改于: 2022-03-11 14:58:40.587000             🧑  作者: Mango
代码示例1
bottomNavigationBar: BottomNavigationBar(
type: BottomNavigationBarType.fixed, // This is all you need!
items: // ...,
)