|
|
@ -48,7 +48,7 @@ class TextLine extends StatelessWidget { |
|
|
|
StrutStyle.fromTextStyle(textSpan.style, forceStrutHeight: true); |
|
|
|
StrutStyle.fromTextStyle(textSpan.style, forceStrutHeight: true); |
|
|
|
final textAlign = _getTextAlign(); |
|
|
|
final textAlign = _getTextAlign(); |
|
|
|
RichText child = RichText( |
|
|
|
RichText child = RichText( |
|
|
|
text: _buildTextSpan(context), |
|
|
|
text: textSpan, |
|
|
|
textAlign: textAlign, |
|
|
|
textAlign: textAlign, |
|
|
|
textDirection: textDirection, |
|
|
|
textDirection: textDirection, |
|
|
|
strutStyle: strutStyle, |
|
|
|
strutStyle: strutStyle, |
|
|
|