RatingQuestion constructor
const
RatingQuestion({})
Implementation
const RatingQuestion(
{Key? key,
required this.func,
required this.answer,
required this.question,
required this.theme,
})
: super(key: key);