Commit cc42bee 1 parent 420a5dc commit cc42bee Copy full SHA for cc42bee
File tree 1 file changed +10
-12
lines changed
lib/pangea/learning_settings/widgets
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,17 @@ class CountryPickerTile extends StatelessWidget {
100
100
style: const TextStyle (fontSize: 25 ),
101
101
),
102
102
const SizedBox (width: 10 ),
103
- Expanded (
104
- child: Text (
105
- CountryDisplayUtil .countryDisplayName (
106
- country.name,
107
- context,
108
- ) ??
109
- '' ,
110
- style: const TextStyle ().copyWith (
111
- color: Theme .of (context).textTheme.bodyLarge! .color,
112
- fontSize: 14 ,
113
- ),
114
- overflow: TextOverflow .ellipsis,
103
+ Text (
104
+ CountryDisplayUtil .countryDisplayName (
105
+ country.name,
106
+ context,
107
+ ) ??
108
+ '' ,
109
+ style: const TextStyle ().copyWith (
110
+ color: Theme .of (context).textTheme.bodyLarge! .color,
111
+ fontSize: 14 ,
115
112
),
113
+ overflow: TextOverflow .ellipsis,
116
114
),
117
115
if (isDropdown)
118
116
Icon (
You can’t perform that action at this time.
0 commit comments