FlexNodeStyle class

Constructors

FlexNodeStyle()

Properties

alignContent ↔ FlexAlign
getter/setter pair
alignItems ↔ FlexAlign
getter/setter pair
alignSelf ↔ FlexAlign
getter/setter pair
aspectRadio ↔ double
getter/setter pair
direction ↔ FlexDirection
getter/setter pair
display ↔ FlexDisplay
getter/setter pair
flex ↔ double
getter/setter pair
flexBasis ↔ double
getter/setter pair
flexBasisFlex → FlexValue
no setter
flexCSSDirection ↔ FlexCSSDirection
getter/setter pair
flexGrow ↔ double
getter/setter pair
flexShrink ↔ double
getter/setter pair
flexWrap ↔ FlexWrap
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
height ↔ double
getter/setter pair
heightFlex → FlexValue
no setter
justifyContent ↔ FlexJustify
getter/setter pair
maxHeight ↔ double
getter/setter pair
maxHeightFlex → FlexValue
no setter
maxWidth ↔ double
getter/setter pair
maxWidthFlex → FlexValue
no setter
minHeight ↔ double
getter/setter pair
minHeightFlex → FlexValue
no setter
minWidth ↔ double
getter/setter pair
minWidthFlex → FlexValue
no setter
overflow ↔ FlexOverflow
getter/setter pair
positionType ↔ FlexPositionType
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
width ↔ double
getter/setter pair
widthFlex → FlexValue
no setter

Methods

getBorder(FlexStyleEdge edge) → FlexValue
getMargin(FlexStyleEdge edge) → FlexValue
getPadding(FlexStyleEdge edge) → FlexValue
getPosition(FlexStyleEdge edge) → FlexValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBorder(FlexStyleEdge edge, double border) → void
setMargin(FlexStyleEdge edge, double margin) → void
setPadding(FlexStyleEdge edge, double padding) → void
setPosition(FlexStyleEdge edge, double position) → void
toString() → String
A string representation of this object.
override

Operators

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