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