RatingDialogType enum
Enum to identify the specific rating dialog style to be displayed.
Values
- DK001 → const RatingDialogType
-
A simple star-based rating dialog with "Rate Now" and "Maybe Later" buttons.
- DK002 → const RatingDialogType
-
A mood-based rating dialog with a comment box and gradient submit button.
- DK003 → const RatingDialogType
-
A classic star-rating dialog with a customizable header widget.
- DK004 → const RatingDialogType
-
A gradient-background rating dialog with a comment box.
- DK005 → const RatingDialogType
-
A multi-step rating dialog with conditional flows based on user rating.
- DK006 → const RatingDialogType
-
A sliding star rating dialog with dynamic messages and animations.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
RatingDialogType> - A constant List of the values in this enum, in order of their declaration.