textBaseline property

TextBaseline textBaseline
final

When setting baseline alignment, height must be wrap_content or fixed size, other vertical constraints will be illegal. Warning: Due to a bug in the flutter framework, baseline alignment may not take effect in debug mode See https:///github.com/flutter/flutter/issues/101179

Implementation

final TextBaseline textBaseline;