AppButton2 constructor
AppButton2({})
Implementation
AppButton2({
super.key,
required this.onPressed,
required this.text,
this.width,
this.backgroundColor = AppColors.blue,
this.isCancelButton = false,
this.isPreventMultipleCall = false, // default: allow multiple taps
});