FancyRatingBarParams class

Constructors

FancyRatingBarParams.new({required RatingTheme theme, RatingIconType ratingIconType = RatingIconType.stars, bool useEmojiRating = false, DialogMode mode = DialogMode.rating, String title = 'Rate Your Experience', String subtitle = 'How was your overall experience?', String reviewTitle = 'Tell us more!', String reviewSubtitle = 'Share your thoughts (optional)', String storeRatingTitle = 'Show Some Love! ❤️', String storeRatingSubtitle = 'Help others discover our app by rating us on the store', String thankYouTitle = 'Thank You for Rating Us! 🎉', String thankYouSubtitle = 'We appreciate you taking the time to rate our app on the store', String playStoreUrl = '', String appStoreUrl = '', int maxLength = 500, int thankYouDuration = 4, bool testMode = false, int threshold = 3, int showAgainThreshold = 10})

Properties

appStoreUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxLength int
getter/setter pair
mode DialogMode
getter/setter pair
playStoreUrl String
getter/setter pair
ratingIconType RatingIconType
getter/setter pair
reviewSubtitle String
getter/setter pair
reviewTitle String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAgainThreshold int
getter/setter pair
storeRatingSubtitle String
getter/setter pair
storeRatingTitle String
getter/setter pair
subtitle String
getter/setter pair
testMode bool
getter/setter pair
thankYouDuration int
getter/setter pair
thankYouSubtitle String
getter/setter pair
thankYouTitle String
getter/setter pair
theme RatingTheme
getter/setter pair
threshold int
getter/setter pair
title String
getter/setter pair
useEmojiRating bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited