Star class

Constructors

Star({double progress = 0, double fat = 0.5, Color fillColor = Colors.yellow, Color emptyColor = Colors.grey, int num = 5, double size = 25})
const

Properties

emptyColor Color
final
fat double
final
fillColor Color
final
hashCode int
The hash code for this object.
no setterinherited
num int
final
progress double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
final

Methods

copyWith({double? progress, double? fat, Color? fillColor, Color? emptyColor, int? num, double? size}) Star
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