Remove unused comments

pull/332/head
Xin Yao 4 years ago
parent db25b9c8d6
commit d7b7894486
  1. 3
      lib/src/widgets/text_line.dart

@ -99,9 +99,6 @@ class TextLine extends StatelessWidget {
return TextSpan(style: lineStyle, children: textSpanChildren);
}
// test with different combinations
// comb through logic , see if any refactoring is needed
TextAlign _getTextAlign() {
final alignment = line.style.attributes[Attribute.align.key];
if (alignment == Attribute.leftAlignment) {

Loading…
Cancel
Save