FluoRatingScreen constructor
const
FluoRatingScreen({
- Key? key,
- required String title,
- required String appStoreId,
- required AssetImage userPhoto,
- required String userName,
- required String userReview,
- required VoidCallback onContinue,
- bool showRating = true,
- bool showRatingStars = true,
- String ratingTitle = '4.9',
- String ratingSubtitle = '100K+ App Ratings',
- FluoRatingScreenStyle style = const FluoRatingScreenStyle(),
- String? continueButtonTitle,
Implementation
const FluoRatingScreen({
super.key,
required this.title,
required this.appStoreId,
required this.userPhoto,
required this.userName,
required this.userReview,
required this.onContinue,
this.showRating = true,
this.showRatingStars = true,
this.ratingTitle = '4.9',
this.ratingSubtitle = '100K+ App Ratings',
this.style = const FluoRatingScreenStyle(),
this.continueButtonTitle,
});