baselineFunction property

BaselineFunction? baselineFunction

Provide a function for measuring the baseline (in Y) of the contents of the node. The layout engine uses this when the alignment is set to baseline. Only works on leaf nodes (nodes with no further child layout nodes).

Implementation

BaselineFunction? get baselineFunction;
void baselineFunction=(BaselineFunction? value)

Implementation

set baselineFunction(BaselineFunction? value);