onHighlightChanged, //水波纹高亮变化回调,按下返回true,抬起返回false 使用默认值就可以
ButtonTextTheme textTheme, //按钮的主题
Color...textColor, //按钮文字的颜色
Color disabledTextColor, //按钮禁用时候文字颜色
Color color, //按钮背景色
Color disabledColor..., //按钮禁用时候背景色
Color highlightColor, // 点击或者toch控件高亮的时候显示在控件上面,水波纹下面的颜色
Color splashColor, //水波纹的颜色...: Text("textColor文本的颜色,color背景颜色,highlightColor按钮按下的颜色"),
textColor: Color(0xffff0000),
color...: () {},
child: Text("disabledTextColor禁用时文本颜色,disabledColor禁用时背景颜色"),
disabledTextColor: