CustomButton( {Key? key, required this.child, required this.onPressed, required this.addValue}) : super(key: key);