update button

null_safety
小赖 4 years ago
parent a6be00df2f
commit c158b77855

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

Loading…
Cancel
Save