We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db25b9c commit d7b7894Copy full SHA for d7b7894
lib/src/widgets/text_line.dart
@@ -99,9 +99,6 @@ class TextLine extends StatelessWidget {
99
return TextSpan(style: lineStyle, children: textSpanChildren);
100
}
101
102
- // test with different combinations
103
- // comb through logic , see if any refactoring is needed
104
-
105
TextAlign _getTextAlign() {
106
final alignment = line.style.attributes[Attribute.align.key];
107
if (alignment == Attribute.leftAlignment) {
0 commit comments