bugs solved
This commit is contained in:
@@ -32,12 +32,13 @@ class ButtonWidget {
|
||||
width: 1.sw,
|
||||
height: 56.h,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(30),
|
||||
color: clr,
|
||||
border: Border.all(
|
||||
width: 1,
|
||||
color: borderClr!,
|
||||
)),
|
||||
borderRadius: BorderRadius.circular(30),
|
||||
color: clr,
|
||||
border: Border.all(
|
||||
width: 1,
|
||||
color: borderClr!,
|
||||
),
|
||||
),
|
||||
child: Center(
|
||||
child: TextWidget().text14W700(
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user