can't change GFButton width,
xyhuangjia opened this issue · 1 comments
xyhuangjia commented
my code is this
GFButton(
onPressed: widget.onPressed,
text: widget.title,
padding: EdgeInsets.all(0),
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
shape: GFButtonShape.pills,
type: GFButtonType.outline,
size: GFSize.MEDIUM,
);
button is too long to me, I can't find way to change it
thecodexhub commented