menu
flutter_star package
documentation
star.dart
Star class
Star class
dark_mode
light_mode
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 setter
inherited
num
→
int
final
progress
→
double
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
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 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
flutter_star package
documentation
star
Star class
star library