GiveStarData class

Constructors

GiveStarData({required String text, void onChanged(int index)?, TextStyle? textStyle, int value = 0, int starCount = 5, IconData? filledStar, IconData? unfilledStar, double size = 25, double spaceBetween = 5, Color activeStarColor = const Color(0xffffd900), Color inactiveStarColor = Colors.black54})

Properties

activeStarColor Color
final
filledStar IconData?
final
hashCode int
The hash code for this object.
no setterinherited
inactiveStarColor Color
final
onChanged → (void Function(int index)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
final
spaceBetween double
final
starCount int
final
text String
final
textStyle TextStyle?
final
unfilledStar IconData?
final
value int
final

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