const Timeout({Key? key, this.onSubmit, this.onDissmiss, required this.buttonColor}) : super(key: key);