const GroupBottomSheet({ Key? key, this.onPressed, required this.buttontext, this.message = '', }) : super(key: key);