ArrowConfig class

Constructors

ArrowConfig({required ArrowCorner corner, double baseWidth = 10, double tipLength = 2, double cornerRadius = 6, double tipGap = 4, double maxLength = 4, ArrowShape shape = ArrowShape.curved, double tipRoundness = 0})
const

Properties

baseWidth double
final
corner ArrowCorner
final
cornerRadius double
final
hashCode int
The hash code for this object.
no setterinherited
maxLength double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ArrowShape
final
tipGap double
final
tipLength double
final
tipRoundness double
final

Methods

copyWith({ArrowCorner? corner, double? baseWidth, double? tipLength, double? cornerRadius, double? tipGap, double? maxLength, ArrowShape? shape, double? tipRoundness}) ArrowConfig
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