SeniorColorfulHeaderStructureStyle class

Constructors

SeniorColorfulHeaderStructureStyle({Color? bodyColor, List<Color>? headerColors, Color? successMessageBackgroundColor, Color? successMessageIconColor, Color? infoMessageBackgroundColor, Color? infoMessageIconColor, Color? warningMessageBackgroundColor, Color? warningMessageIconColor, Color? errorMessageBackgroundColor, Color? errorMessageIconColor, Color? messageTextColor, Color? messageIconColor})
Style definitions for the Senior Colorful Header Structure component.
const

Properties

bodyColor Color?
Defines the color for the component's body.
final
errorMessageBackgroundColor Color?
Defines the color for the message background when it's error status.
final
errorMessageIconColor Color?
Defines the color for the message icon when it's error status.
final
hashCode int
The hash code for this object.
no setterinherited
headerColors List<Color>?
Defines the colors for the title bar gradient.
final
infoMessageBackgroundColor Color?
Defines the color for the message background when it's information status.
final
infoMessageIconColor Color?
Defines the color for the message icon when it's information status.
final
messageIconColor Color?
Defines the color for the message icon.
final
messageTextColor Color?
Defines the color for the message text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successMessageBackgroundColor Color?
Defines the color for the message background when it's success status.
final
successMessageIconColor Color?
Defines the color for the message icon when it's success status.
final
warningMessageBackgroundColor Color?
Defines the color for the message background when it's warning status.
final
warningMessageIconColor Color?
Defines the color for the message icon when it's warning status.
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