textBaseline property

TextBaseline? textBaseline
final

The text baseline to use when aligning rows using TableCellVerticalAlignment.baseline.

This must be set if using baseline alignment. There is no default because there is no way for the framework to know the correct baseline a priori.

Implementation

final TextBaseline? textBaseline;