baseline property

TextBaseline? baseline
final

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

final TextBaseline? baseline;