KeylineDecorator class

KeylineDecorator used to define keyline styles/decoration

Constructors

KeylineDecorator({LineDecorator? lineDecorator = const LineDecorator(color: Color(0x77EC018C), width: 1), BlockLineDecorator? marginDecorator = const BlockLineDecorator(startColor: Color(0x5500BCD4), endColor: Color(0x1100BCD4), width: 16.0)})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
lineDecorator LineDecorator?
LineDecorator used to define keylines width and color
final
marginDecorator BlockLineDecorator?
BlockLineDecorator used to define keyline margins width and gradient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({LineDecorator? lineDecorator, BlockLineDecorator? marginDecorator}) KeylineDecorator
creates a new KeylineDecorator with provided overrides
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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