KeylineDecorator class

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?
final
marginDecorator BlockLineDecorator?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({LineDecorator? lineDecorator, BlockLineDecorator? marginDecorator}) KeylineDecorator
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