StatusColors class
Colors for each feedback status.
Constructors
Properties
Methods
-
copyWith(
{Color? pending, Color? approved, Color? inProgress, Color? testflight, Color? completed, Color? rejected}) → StatusColors - Creates a copy with the given colors replaced.
-
forStatus(
FeedbackStatus status) → Color - Gets the color for a status.
-
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.
override