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 5cea1b4 commit 3f3b782Copy full SHA for 3f3b782
lib/html_parser.dart
@@ -272,12 +272,12 @@ class HtmlParser extends StatelessWidget {
272
width: 30, //TODO derive this from list padding.
273
start: 0,
274
child: Text('${newContext.style.markerContent}\t',
275
- textAlign: TextAlign.right,
+ textAlign: TextAlign.end,
276
style: newContext.style.generateTextStyle()),
277
),
278
Padding(
279
- padding: EdgeInsets.only(
280
- left: 30), //TODO derive this from list padding.
+ padding: EdgeInsetsDirectional.only(
+ start: 30), //TODO derive this from list padding.
281
child: StyledText(
282
textSpan: TextSpan(
283
children: tree.children
0 commit comments