flutter TextButton 去除水波纹效果

//设置button的 style

 TextButton(
            style: ButtonStyle(overlayColor: MaterialStateProperty.resolveWith((states) {return Colors.transparent;})),
            child: CustomText('商品详情页',)),

你可能感兴趣的:(flutter TextButton 去除水波纹效果)