UXPRatingField constructor
const
UXPRatingField({})
Implementation
const UXPRatingField({
Key? key,
required this.value,
this.onChange,
this.label,
this.description,
this.filledColor,
}) : super(key: key);