水波纹效果用在导航栏中的确是很难看。就是想干掉。
bottomNavigationBar 去掉水波纹效果。
套一层 Theme 搞定
bottomNavigationBar: Theme(
data: ThemeData(
brightness: Brightness.light,
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
),
child: BottomNavigationBar()
)
组件大全:
https://edu.csdn.net/learn/14065