EleThemeData class

Mixed in types

Constructors

EleThemeData({Color? primaryColor, Color? successColor, Color? warningColor, Color? dangerColor, Color? infoColor, Color? primaryTextColor, Color? backgroundColorBase, Color? borderColorBase, Color? borderColorLight, Color? borderColorLighter, Color? borderColorExtraLight, EleBorderThemeData? borderThemeData, EleButtonThemeData? buttonThemeData})
factory
EleThemeData.light()
factory
EleThemeData.raw({required Color? primaryColor, required Color? successColor, required Color? warningColor, required Color? dangerColor, required Color? infoColor, required Color? primaryTextColor, required Color? backgroundColorBase, required Color? borderColorBase, required Color? borderColorLight, required Color? borderColorLighter, required Color? borderColorExtraLight, required EleBorderThemeData? borderThemeData, required EleButtonThemeData? buttonThemeData})
const

Properties

backgroundColorBase Color?
backgroundColorBase
final
borderColorBase Color?
one level border color
final
borderColorExtraLight Color?
four level border color
final
borderColorLight Color?
two level border color
final
borderColorLighter Color?
three level border color
final
borderThemeData EleBorderThemeData?
border theme data
final
buttonThemeData EleButtonThemeData?
button theme data
final
dangerColor Color?
danger color
final
hashCode int
The hash code for this object.
no setterinherited
infoColor Color?
info color
final
primaryColor Color?
primary color
final
primaryTextColor Color?
primary text color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successColor Color?
success color
final
warningColor Color?
warning color
final

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited