flutter中水波纹样式
theme: ThemeData(
highLightColor: Color.fromRGBO(255,255,255,.05), //点击高亮颜色
splashColor: Colors.white70, //水波纹样式
}
theme: ThemeData(
highLightColor: Color.fromRGBO(255,255,255,.05), //点击高亮颜色
splashColor: Colors.white70, //水波纹样式
}