This commit is contained in:
Juan Felipe Duarte
2023-04-19 09:38:18 -05:00
parent 6b09ce2f3a
commit 3b28febfec
8 changed files with 66 additions and 112 deletions
+2 -2
View File
@@ -113,10 +113,10 @@ class _ProfessionScreenState extends State<ProfessionScreen> {
body: Column(
children: [
Padding(
padding: EdgeInsets.only(left: 10, right: 10, top: 10),
padding: const EdgeInsets.only(left: 10, right: 10, top: 10),
child: TextField(
controller: searchController,
decoration: InputDecoration(
decoration: const InputDecoration(
hintText: 'Buscar su profesión',
prefixIcon: Icon(Icons.assignment_ind_rounded),
),