const EmptyState({ Key? key, this.image, this.imagePath, required this.title, required this.message, }) : super(key: key);