AntdOpacityDefine class

Constructors

AntdOpacityDefine({double colorFill = 0.15, double colorFillSecondary = 0.06, double colorFillTertiary = 0.043, double colorFillQuaternary = 0.02, double colorText = 0.88, double colorTextSecondary = 0.66, double colorTextTertiary = 0.44, double colorTextQuaternary = 0.25, double colorBorder = 6.7, double colorBorderSecondary = 4.0})
const

Properties

colorBorder → double
final
colorBorderSecondary → double
final
colorFill → double
final
colorFillQuaternary → double
final
colorFillSecondary → double
final
colorFillTertiary → double
final
colorText → double
final
colorTextQuaternary → double
final
colorTextSecondary → double
final
colorTextTertiary → double
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? colorFill, double? colorFillSecondary, double? colorFillTertiary, double? colorFillQuaternary, double? colorText, double? colorTextSecondary, double? colorTextTertiary, double? colorTextQuaternary, double? colorBorder}) → AntdOpacityDefine
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