flutter 效果实现 —— 去除水波纹效果
摘要:
修改主题 theme: ThemeData( splashColor: Colors.transparent, highlightColor: Colors.transparent, splashFactory: NoSplash.splashFactory, ), 或者修改单个 ElevatedB 阅读全文
posted @ 2022-09-18 21:59 Lemo_wd 阅读(1125) 评论(0) 推荐(0) 编辑