CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{super.key,
this.title,
this.height = 56,
this.radius = 96,
this.bgColor,
this.titleColor,
this.onTap,
this.isLoading = false,
this.icon});