toly1994328 / FlutterUnit

All Platform Flutter Experience App
GNU General Public License v3.0
7.78k stars 1.26k forks source link

+ 0029 [视图] 如何实现一些组件点击时无水波纹。如TabBar, BottomNavigationBar等 #64

Open toly1994328 opened 3 years ago

toly1994328 commented 3 years ago

image

toly1994328 commented 3 years ago
Theme(
      data: Theme.of(context).copyWith(
        splashColor: Colors.transparent,
        highlightColor: Colors.transparent,
      ),
      child: TabBar(
 ...