Reuse textSpan

pull/33/head
singerdmx 4 years ago
parent a0aeb04122
commit f7e0416bd6
  1. 2
      lib/widgets/text_line.dart

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

Loading…
Cancel
Save