From d216088b322625ad985f032aa4c9a4b24a4d09ec Mon Sep 17 00:00:00 2001 From: vergiLgood1 Date: Fri, 23 May 2025 12:21:33 +0700 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- .../widgets/city_selection.dart | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sigap-mobile/lib/src/features/auth/presentasion/pages/registration-form/widgets/city_selection.dart b/sigap-mobile/lib/src/features/auth/presentasion/pages/registration-form/widgets/city_selection.dart index 3d5bbcf..aee51d1 100644 --- a/sigap-mobile/lib/src/features/auth/presentasion/pages/registration-form/widgets/city_selection.dart +++ b/sigap-mobile/lib/src/features/auth/presentasion/pages/registration-form/widgets/city_selection.dart @@ -83,16 +83,16 @@ class _LocationSelectionPageState extends State { ), ), ), - // TextButton.icon( - // onPressed: () { - // setState(() { - // manualInput = !manualInput; - // }); - // }, - // icon: const Icon(Icons.list), - // label: const Text('Select from list'), - // ), - // ], + // TextButton.icon( + // onPressed: () { + // setState(() { + // manualInput = !manualInput; + // }); + // }, + // icon: const Icon(Icons.list), + // label: const Text('Select from list'), + // ), + ], ), const SizedBox(height: TSizes.md), // Instruction text