CommonButton constructor
const
CommonButton({})
Implementation
const CommonButton({
Key? key,
this.onTap,
this.buttonText,
this.buttonTextWidget,
this.textColor = Colors.white,
this.backgroundColor,
this.padding,
this.isClickable = true,
this.radius = 24,
this.height = 48,
this.icon = Icons.arrow_forward,
this.isIcon = false
}) : super(key: key);