CalculateNativeFlexNodeLayoutFuncDartType typedef
CalculateNativeFlexNodeLayoutFuncDartType =
void Function(int nativeFlexNode, double width, double height, Pointer<Int64> nativeNodes, int nativeNodesLen, int direction)
Implementation
typedef CalculateNativeFlexNodeLayoutFuncDartType = void Function(
int nativeFlexNode,
double width,
double height,
Pointer<Int64> nativeNodes,
int nativeNodesLen,
int direction);