yoga_engine library

Classes

NodeProperties
Class responsible to holder the pointer to YGNode used in yoga core. This also expose all methods needed to configure the yoga params.
VaListTag
YGConfig
YGNode
YGSize
YGValue
Yoga
Class responsible to initialize all dependencies of yoga_engine. Call the init method only once before start the application.
YogaLayout
Class responsible to measure each YogaNode by the NodeProperties param. Only YogaNode or YogaLayout widgets are enabled to be children. This widget has no restriction to be positioned.
YogaNode
Class responsible to measure any flutter widget by the NodeProperties. This can only be placed inside a YogaLayout widget and cannot have another YogaNode as a direct child. Use this class to wrap around any flutter widget. The yoga will be able to calculate the layout size and the children offsets, given this wrapped widget's size.
YogaSize
YogaValue

Constants

YGUndefined → const double