StarWidget constructor

const StarWidget({
  1. Star star = const Star(),
  2. Key? key,
})

Implementation

const StarWidget({this.star = const Star(), Key? key}) : super(key: key);