baselineFunction property
BaselineFunction?
get
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;
set
baselineFunction
(BaselineFunction? value)
Implementation
set baselineFunction(BaselineFunction? value);