DefaultStarsView constructor

const DefaultStarsView({
  1. Key? key,
  2. WidgetBuilder? starBuilder,
})

Implementation

const DefaultStarsView({super.key, this.starBuilder});