update button

null_safety
小赖 4 years ago
parent 22615333ba
commit 7c93fa5a3b

@ -67,8 +67,8 @@ class ASLongButton extends StatefulWidget {
this.onPressed,
this.width,
this.disableTextColor,
this.bgColor = kDarkPrimaryColor,
}) : textColor = kTextColor,
this.bgColor = kPrimaryColor,
}) : textColor = kLightTextColor,
outline = false,
disableColor = Color(0xFFC1BDB5),
super(key: key);

Loading…
Cancel
Save