From 6c8a2d15056e25469660ab93518a70f4e6327e9f Mon Sep 17 00:00:00 2001 From: zhang <494089941@qq.com> Date: Fri, 27 Nov 2020 16:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=A7=84=E8=8C=83=E5=8C=96?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/buttons/as_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buttons/as_button.dart b/lib/buttons/as_button.dart index e894ceb..42ba6b6 100644 --- a/lib/buttons/as_button.dart +++ b/lib/buttons/as_button.dart @@ -122,7 +122,7 @@ class ASButton extends StatefulWidget { this.disableColor, this.disableTextColor, this.splashColor}) - : bgcolor = kForegroundColor, + : bgcolor = Color(0xFFF2F2F2), textColor =kTextColor, outline = false, super(key: key);