menu
flutter_ui_collection package
documentation
flutter_ui_collection.dart
UiRating
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
double
>
?
onChanged
final
Called when the user taps a star. Null makes it read-only.
Implementation
final ValueChanged<double>? onChanged;
flutter_ui_collection package
documentation
flutter_ui_collection
UiRating
onChanged property
UiRating class