fix: fixes for review

This commit is contained in:
Deven Joshi
2020-12-31 18:38:38 +05:30
parent f02f8a27cb
commit 1a6d575e5a
3 changed files with 14 additions and 30 deletions
+9 -6
View File
@@ -41,12 +41,15 @@ class OptionListTile extends StatelessWidget {
width: 16.0,
),
Expanded(
flex: 4,
child: Text(
title,
style: TextStyle(
fontWeight: FontWeight.w600, color: titleColor),
)),
flex: 4,
child: Text(
title,
style: TextStyle(
fontWeight: FontWeight.w600,
color: titleColor,
),
),
),
Expanded(
flex: 2,
child: Padding(