CustomOutlinedButtonWidget constructor
CustomOutlinedButtonWidget({})
Implementation
CustomOutlinedButtonWidget(
{Key? key,
required this.buttonText,
required this.onTap,
this.font,
this.height = 50,
this.radius = 8,
this.width = 50,
this.fontSize = 16,
this.buttonTextColor,
this.borderColor,
this.buttonColor})
: super(key: key);