SecondaryButton constructor
SecondaryButton({})
Implementation
SecondaryButton(
{required this.buttonSize,
required this.buttonColor,
required this.buttonText,
this.onButtonPressed,
this.backgroundOpacity = DEFAULT_OPACITY});