CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
super.key,
required this.textoBoton,
required this.onPressed,
this.anchoBoton,
this.isWorking,
this.desactivarCampo = false,
this.padding,
this.maxHeight = 50,
this.backgroundButton,
});