flutter_star package
documentation
star
Star class
Star
Star
class
Null safety
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.
read-only, inherited
num
→
int
final
progress
→
double
final
runtimeType
→
Type
A representation of the runtime type of the object.
read-only, inherited
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 non-existent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
flutter_star package
documentation
star
Star class
star library
Classes
Star
StarWidget
Constructors
Star
Properties
emptyColor
fat
fillColor
hashCode
num
progress
runtimeType
size
Methods
copyWith
noSuchMethod
toString
Operators
operator ==