menu
flutter_star package
documentation
star.dart
StarWidget
StarWidget const constructor
StarWidget const constructor
dark_mode
light_mode
StarWidget
constructor
const
StarWidget
(
{
Star
star
=
const Star()
,
Key
?
key
,
})
Implementation
const StarWidget({this.star = const Star(), Key? key}) : super(key: key);
flutter_star package
documentation
star
StarWidget
StarWidget const constructor
StarWidget class