FlexLayout

open class FlexLayout

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <MeasureResult> calculateLayout(    flexBoxStyle: Array<Float>,     childrenStyles: Array<Array<Float>>,     minWidth: Float,     maxWidth: Float,     minHeight: Float,     maxHeight: Float,     ownerWidth: Float,     ownerHeight: Float,     callbackArray: Array<FlexItemCallback<MeasureResult>>): LayoutOutput<MeasureResult>