SuggestionsTheme class

Constructors

SuggestionsTheme({required Color actionColor, required Color actionPressedColor, required Color actionBackgroundColor, required Color disabledTextColor, required Color upvoteArrowColor, required Color requestsTabColor, required Color inProgressTabColor, required Color completedTabColor, required Color declinedTabColor, required Color duplicatedTabColor, required Color featureLabelColor, required Color bugLabelColor, required Color fade, required Color fabColor})
SuggestionsTheme.initial()
factory

Properties

actionBackgroundColor Color
final
actionColor Color
final
actionPressedColor Color
final
bugLabelColor Color
final
completedTabColor Color
final
declinedTabColor Color
final
disabledTextColor Color
final
duplicatedTabColor Color
final
fabColor Color
final
fade Color
final
featureLabelColor Color
final
hashCode int
The hash code for this object.
no setterinherited
inProgressTabColor Color
final
requestsTabColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upvoteArrowColor Color
final

Methods

copyWith({Color? actionColor, Color? actionPressedColor, Color? actionBackgroundColor, Color? disabledTextColor, Color? upvoteArrowColor, Color? requestsTabColor, Color? inProgressTabColor, Color? completedTabColor, Color? declinedTabColor, Color? duplicatedTabColor, Color? featureLabelColor, Color? bugLabelColor, Color? fade, Color? fabColor}) SuggestionsTheme
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