starBuilder property

(Widget Function(int index, Color? color)?) starBuilder
final

starBuilder use to build your own star widget. By default, it use a star image from assets.

Implementation

final Widget Function(int index, Color? color)? starBuilder;