RatingTheme class

Constructors

RatingTheme.new({required String name, required Gradient background, required Color dialogColor, required Gradient buttonGradient, required Gradient progressGradient, required Color textColor, required Color textSecondaryColor, required Color textMutedColor, required Color starColor, required Color accentColor})
const

Properties

accentColor Color
final
background Gradient
final
buttonGradient Gradient
final
dialogColor Color
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
progressGradient Gradient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starColor Color
final
textColor Color
final
textMutedColor Color
final
textSecondaryColor Color
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