Skip to content

Commit 288a37b

Browse files
committed
Add textDirection property to Row in ThemeBox widget
1 parent 42bd9fd commit 288a37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material_leap/lib/src/widgets/theme_box.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ThemeBox extends StatelessWidget {
1313
children: [
1414
Row(
1515
mainAxisSize: MainAxisSize.min,
16+
textDirection: TextDirection.ltr,
1617
children: [
1718
Container(
1819
width: size,

0 commit comments

Comments
 (0)