19 Widget
build(BuildContext context) {
21 padding: EdgeInsets.symmetric(horizontal: 5.sp),
23 contentPadding: EdgeInsets.symmetric(
29 style: Theme.of(context).textTheme.displayMedium,
32 '${country.name} (${country.language})',
33 style: Theme.of(context).textTheme.bodySmall?.copyWith(
35 ? Theme.of(context).colorScheme.primary
36 : Theme.of(context).hintColor,
37 fontWeight:
isSelected ? FontWeight.bold : FontWeight.normal,
42 style: Theme.of(context).textTheme.displaySmall?.copyWith(
44 ? Theme.of(context).colorScheme.primary
45 : Theme.of(context).hintColor,
46 fontWeight:
isSelected ? FontWeight.bold : FontWeight.normal,