feat: optimize ltr UI

This commit is contained in:
Tien Do Nam committed 2023-02-07 01:48:31 +01:00
1 parent bc6a91ce9f
commit 72d1d083f8
3 files changed
+59 -70

No files matched your search

+4 -4
View File
@@ -32,10 +32,10 @@ class CustomListTile extends StatelessWidget {
child: Row(
children: [
if (icon != null)
Padding(
padding: const EdgeInsets.only(right: 15),
child: icon,
),
...[
icon!,
const SizedBox(width: 15),
],
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,