ConnectingLines class
Properties
-
color
→ Color
-
The color to use when painting the lines on the canvas.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setter
-
indent
→ double
-
The amount of indent to apply for each level of the tree.
finalinherited
-
lineInterval
→ List<double>
-
final
-
maxLevel
→ int
-
The maximum indentation level allowed for tree nodes.
finalinherited
-
origin
→ double
-
Defines where horizontally inside
indent to start painting the vertical
lines.
finalinherited
-
originOffset
→ double
-
The value that results from
indent - (indent * origin).
finalinherited
-
padding
→ EdgeInsetsGeometry
-
The amount of space to inset
TreeIndentation.child.
finalinherited
-
pathModifier
→ PathModifier?
-
An optional mapper callback that can be used to apply some styling to tree
lines like dashing and dotting.
finalinherited
-
roundCorners
→ bool
-
Determines if the connection between a horizontal and a vertical line
should be rounded.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
strokeCap
→ StrokeCap
-
The kind of finish to place on the end of lines drawn.
finalinherited
-
strokeJoin
→ StrokeJoin
-
The kind of finish to place on the joins between line segments.
finalinherited
-
thickness
→ double
-
The width each line should have.
finalinherited