const PersonaImage({ Key? key, required this.level, this.width = 200, this.height = 200, }) : super(key: key);