ConstraintBoxData class

Inheritance

Constructors

ConstraintBoxData()

Properties

anchors List<ConstraintId>?
getter/setter pair
baseline ConstraintAlign?
getter/setter pair
bottom ConstraintAlign?
getter/setter pair
calcOffsetCallback CalcOffsetCallback?
getter/setter pair
calcSizeCallback CalcSizeCallback?
getter/setter pair
clickPadding EdgeInsets?
getter/setter pair
eIndex int?
getter/setter pair
goneMargin EdgeInsets?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
heightPercent double?
getter/setter pair
heightPercentageAnchor PercentageAnchor?
getter/setter pair
horizontalBias double?
getter/setter pair
id ConstraintId?
getter/setter pair
layoutCallback OnLayoutCallback?
getter/setter pair
left ConstraintAlign?
getter/setter pair
margin EdgeInsets?
getter/setter pair
maxHeight double?
getter/setter pair
maxWidth double?
getter/setter pair
minHeight double?
getter/setter pair
minWidth double?
getter/setter pair
nextSibling RenderBox?
The next sibling in the parent's child list.
getter/setter pairinherited
offset Offset
The offset at which to paint the child in the parent's coordinate system.
getter/setter pairinherited
paintCallback OnPaintCallback?
getter/setter pair
percentageMargin bool?
getter/setter pair
percentageTranslate bool?
getter/setter pair
pinnedInfo PinnedInfo?
getter/setter pair
previousSibling RenderBox?
The previous sibling in the parent's child list.
getter/setter pairinherited
ratioBaseOnWidth bool?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBaseline TextBaseline?
getter/setter pair
top ConstraintAlign?
getter/setter pair
translate Offset?
getter/setter pair
translateConstraint bool?
getter/setter pair
verticalBias double?
getter/setter pair
visibility CLVisibility?
getter/setter pair
width double?
getter/setter pair
widthHeightRatio double?
getter/setter pair
widthPercent double?
getter/setter pair
widthPercentageAnchor PercentageAnchor?
getter/setter pair
zIndex int?
getter/setter pair

Methods

detach() → void
Clear the sibling pointers.
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