Closed xyhuangjia closed 2 years ago
Hi. You can try wrapping your GFButton
widget with the SizedBox
widget and give appropriate width. It works fine.
For example,
SizedBox(
height: 20.0,
width: 60.0, // Change the values according to your needs
child: GFButton(
// GFButton properties
),
);
And the result 👇
my code is this
button is too long to me, I can't find way to change it