update
This commit is contained in:
@@ -310,8 +310,6 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
String city = _ciudad.toString();
|
||||
|
||||
return Scaffold(
|
||||
backgroundColor: const Color(0xFFD6F4FF),
|
||||
appBar: PopAppbar(
|
||||
@@ -460,7 +458,7 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
|
||||
}).toList(),
|
||||
decoration: InputDecoration(
|
||||
prefixIcon: const Icon(Icons.near_me),
|
||||
hintText: _ciudad == null ? 'Ciudad' : _ciudad!,
|
||||
hintText: _ciudad,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user