DockingColumn class

Represents an area for a collection of widgets. Children will be arranged vertically.

Inheritance

Constructors

DockingColumn(List<DockingArea> children)
Builds a DockingColumn.
factory

Properties

childrenCount int
Gets the count of children.
no setterinherited
disposed bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
Gets the index of this area in the layout.
no setterinherited
layoutId int
no setterinherited
level int
Gets the level in the layout hierarchy.
no setterinherited
parent DockingParentArea?
Gets the parent of this area or NULL if it is the root.
no setterinherited
path String
Gets the path in the layout hierarchy.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DockingAreaType
Gets the type of this area.
no setteroverride
typeAcronym String
Gets the acronym for type.
no setterinherited
weights List<double>
getter/setter pair

Methods

childAt(int index) DockingArea
Gets a child for a given index.
inherited
contains(DockingArea area) bool
Whether the DockingParentArea contains a child equal to area.
inherited
forEach(void f(DockingArea child)) → void
Applies the function f to each child of this collection in iteration order.
inherited
forEachReversed(void f(DockingArea child)) → void
Applies the function f to each child of this collection in iteration reversed order.
inherited
hierarchy({bool indexInfo = false, bool levelInfo = false, bool hasParentInfo = false, bool nameInfo = false}) String
inherited
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