CustomButton constructor
CustomButton({})
Implementation
CustomButton(
{required this.text,
required this.onPressedCallBack,
this.providerStatus,
textstyle,
highLightColor,
this.height,
this.width = 0.0,
this.showCount = false,
this.count,
this.isActive = false})
: this.highLightColor = highLightColor ?? ColorConstants.secondary;