const ColumnRating({Key? key, required this.func, required this.answer, required this.question}) : super(key: key);