Refactor code structure for improved readability and maintainability

This commit is contained in:
vergiLgood1 2025-05-23 12:21:33 +07:00
parent a35ba880c5
commit d216088b32
1 changed files with 10 additions and 10 deletions

View File

@ -83,16 +83,16 @@ class _LocationSelectionPageState extends State<LocationSelectionPage> {
), ),
), ),
), ),
// TextButton.icon( // TextButton.icon(
// onPressed: () { // onPressed: () {
// setState(() { // setState(() {
// manualInput = !manualInput; // manualInput = !manualInput;
// }); // });
// }, // },
// icon: const Icon(Icons.list), // icon: const Icon(Icons.list),
// label: const Text('Select from list'), // label: const Text('Select from list'),
// ), // ),
// ], ],
), ),
const SizedBox(height: TSizes.md), const SizedBox(height: TSizes.md),
// Instruction text // Instruction text