baseline property

TextBaseline? baseline

The TextBaseline to align against when using ui.PlaceholderAlignment.baseline, ui.PlaceholderAlignment.aboveBaseline, and ui.PlaceholderAlignment.belowBaseline.

This is ignored when using other alignment modes.

Implementation

TextBaseline? get baseline => null;