const SimpleNeoPopButton({ Key? key, required this.title, required this.onTapUp, required this.color, }) : super(key: key);