menu
tencent_cloud_chat_customer_service_plugin package
documentation
components/message-rating/rating-star.dart
RatingStar
RatingStar const constructor
RatingStar const constructor
dark_mode
light_mode
RatingStar
constructor
const
RatingStar
(
{
Key
?
key
,
dynamic
payload
,
required
Function
onSubmitRating
,
})
Implementation
const RatingStar({super.key, this.payload, required this.onSubmitRating});
tencent_cloud_chat_customer_service_plugin package
documentation
components/message-rating/rating-star
RatingStar
RatingStar const constructor
RatingStar class