BaselineFunction typedef
BaselineFunction =
double Function(LayoutNode node, double width, double height)
Implementation
typedef BaselineFunction = double Function(
LayoutNode node,
double width,
double height,
);