BlockLineDecorator class

LineDecorator used to define the block line decoration

Constructors

BlockLineDecorator({required Color startColor, required Color endColor, required double width})
const

Properties

endColor Color
Line gradient end color (gradient across widget)
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startColor Color
Line gradient start color (gradient across widget)
final
width double
Line width
final

Methods

copyWith({Color? startColor, Color? endColor, double? width}) BlockLineDecorator
creates a new BlockLineDecorator 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