Q: TabBar如何去掉点击的波纹效果?
A: 使用Theme包装,设置ThemeData
Theme(data: ThemeData(splashColor: Colors.transparent,highlightColor: Colors.transparent,),child: TabBar(),);
Q: TabBar有使用的例子吗?
A: https://mightytechno.com/style-tabs-in-flutter-app/
Q: TabBar如何去掉点击的波纹效果?
A: 使用Theme包装,设置ThemeData
Theme(data: ThemeData(splashColor: Colors.transparent,highlightColor: Colors.transparent,),child: TabBar(),);
Q: TabBar有使用的例子吗?
A: https://mightytechno.com/style-tabs-in-flutter-app/
让时间为你证明