DefaultBtnWithLongPress constructor
const
DefaultBtnWithLongPress({})
Implementation
const DefaultBtnWithLongPress({super.key,required this.title,required this.onTap,this.isBusy = false,this.btnHeight = 40.0,required this.onLongPress,this.color = AppColor.colorPrimary});