ButtonTextWidget constructor
ButtonTextWidget(
- Widget child,
- GestureTapCallback? onPressed,
- Color colorLeft,
- Color color,
- Color bgColor, {
- Key? key,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- BorderSide? side,
Implementation
ButtonTextWidget(
this.child, this.onPressed, this.colorLeft, this.color, this.bgColor,
{Key? key, this.margin, this.padding, this.side})
: super(key: key);