VentasPrimaryButton constructor
const
VentasPrimaryButton({})
Implementation
const VentasPrimaryButton(
{super.key,
required this.onTap,
required this.label,
this.btnHeight,
this.btnWidth,
this.borderRadius,
this.textColor,
this.bgColor,
this.borderColor});