noBaseline constant
A value that indicates that the associated RenderBox
does not have any
baselines.
BaselineOffset.noBaseline is an identity element in most binary operations involving two BaselineOffsets (such as minOf), for render objects with no baselines typically do not contribute to the baseline offset of their parents.
Implementation
static const BaselineOffset noBaseline = BaselineOffset(null);