DefaultBtn constructor
const
DefaultBtn({})
Implementation
const DefaultBtn({super.key,required this.title,required this.onTap,this.isBusy = false,this.btnHeight = 40.0, this.color = AppColor.colorPrimary,
this.icon,this.borderColor = AppColor.newColor,this.backgroundColor = Colors.transparent,
this.borderWidth=0});