EasyTreeConfiguration class

Constructors

EasyTreeConfiguration({double indent = 10, double initialScrollOffset = 0, bool accordion = false, bool selectStrictly = false, bool expandOnClickNode = true, bool defaultExpandAll = false, EdgeInsets padding = EdgeInsets.zero})
const

Properties

accordion bool
是否每次只打开一个同级树节点展开(暂未实现)
final
defaultExpandAll bool
是否默认展开全部节点,默认 false
final
expandOnClickNode bool
是否在点击节点的时候展开或者收缩节点,默认值为 true(暂未实现)
final
hashCode int
The hash code for this object.
no setterinherited
indent double
缩进距离
final
initialScrollOffset double
初始滚动距离
final
padding EdgeInsets
node 边距
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectStrictly bool
是否严格的遵循父子不互相关联的做法,默认为 false
final

Methods

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