const MinimizeButton({ Key? key, required this.onMinimize, this.max, this.color = Colors.white, }) : super(key: key);