textBaseline property

TextBaseline? textBaseline
final

The text baseline to use for aligning text within the layout.

Used when items contain text and need to be aligned by their text baseline rather than their geometric bounds.

Implementation

final TextBaseline? textBaseline;