const Button({ Key? key, this.opacity = 1.0, required this.onPressed, required this.child, }) : super(key: key);