CalculateNativeFlexNodeLayoutFuncNativeType typedef

CalculateNativeFlexNodeLayoutFuncNativeType = Void Function(Int64 nativeFlexNode, Float width, Float height, Pointer<Int64> nativeNodes, Int32 nativeNodesLen, Int32 direction)

Implementation

typedef CalculateNativeFlexNodeLayoutFuncNativeType = Void Function(
    Int64 nativeFlexNode,
    Float width,
    Float height,
    Pointer<Int64> nativeNodes,
    Int32 nativeNodesLen,
    Int32 direction);