Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
a35ba880c5
commit
d216088b32
|
@ -92,7 +92,7 @@ class _LocationSelectionPageState extends State<LocationSelectionPage> {
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in New Issue