Flutter TextButton 去除点击效果
设置按钮的ButtonStyle属性
TextButton(
style: ButtonStyle(
overlayColor: MaterialStateProperty.all(Colors.transparent),
),
)
文章目录
关闭
设置按钮的ButtonStyle属性
TextButton(
style: ButtonStyle(
overlayColor: MaterialStateProperty.all(Colors.transparent),
),
)
共有 0 条评论