GridLinesContainer class

Constructors

GridLinesContainer()

Properties

enableSkipOnDistressedSize bool
If size constraints imposed by parent are too tight, some internal calculations of sizes may lead to negative values, making painting of this container not possible.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isDistressed bool
getter/setter pairinherited
layoutSize Size
Implementor of method in superclass Container.
getter/setter pairinherited-setter
offset Offset
Current absolute offset, set by parent (and it's parent etc, to root).
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipByParent bool
skipByParent instructs the parent container that this container should not be painted or layed out - as if it collapsed to zero size.
getter/setter pairinherited
tiltMatrix → Matrix2
Provides access to tiltMatrix for extension's paint methods.
no setterinherited

Methods

addLine(LineContainer lineContainer) → void
applyParentOffset(Offset offset) → void
Overridden from super. Applies offset on all members.
applyParentTiltMatrix(Matrix2 tiltMatrix) → void
Tilt may apply to the whole container. todo-2 unused? move to base class? similar to offset?
inherited
layout(LayoutExpansion parentLayoutExpansion) → void
Implements the abstract Container.layout.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
Implements the abstract Container.layout.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited