会装系统的程序员


  • 首页

  • 归档

  • 分类

  • 标签

Flutter去掉点击水波纹效果

发表于 2021-07-27   |   分类于 Flutter

在theme设置

1
2
splashColor: Colors.transparent,
highlightColor: Colors.transparent,

就像这样

1
2
3
4
5
theme: ThemeData(
primarySwatch: Colors.blue,
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
),

水波纹就没有了

#Flutter去掉点击水波纹效果
Flutter插件
Flutter判断是否是网页端
  • 文章目录
  • 站点概览

294 日志
25 分类
294 标签
GitHub

此文章未包含目录


©   2024 会装系统的程序员
Powered by Hexo
Theme by idhyt.Mala
豫ICP备17029679号-1
豫公网安备41019702002741号