Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
a35ba880c5
commit
d216088b32
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue