DebouncedButton constructor
DebouncedButton({})
Implementation
DebouncedButton({
super.key,
required this.onPressed,
required this.text,
this.width,
this.backgroundColor = AppColors.blue,
this.isCancelButton = false,
this.isPreventMultipleCall = false,
});