const UserEnterBanner( {Key? key, required this.displayName, this.level, this.backgroundColor}) : super(key: key);