tap filter

This commit is contained in:
mohammad
2024-08-22 16:52:41 +03:00
parent e4f8924e93
commit f5a7441b3c
16 changed files with 333 additions and 318 deletions

View File

@ -166,8 +166,7 @@ class _LoginWebPageState extends State<LoginWebPage> {
return DropdownMenuItem<String>(
value: region.id,
child: SizedBox(
width: size.width*0.06,
width: size.width*0.08,
child: Text(region.name)),
);
}).toList(),