This commit is contained in:
parent
b72baf2c65
commit
9841c3f29c
@ -195,6 +195,7 @@ class _MountWidgetState extends State<MountWidget> {
|
|||||||
(value) => setState(() => currentLocation = value),
|
(value) => setState(() => currentLocation = value),
|
||||||
)
|
)
|
||||||
: DropdownButton<String>(
|
: DropdownButton<String>(
|
||||||
|
hint: const Text("Select drive"),
|
||||||
value: currentLocation,
|
value: currentLocation,
|
||||||
onChanged:
|
onChanged:
|
||||||
(value) => setState(() => currentLocation = value),
|
(value) => setState(() => currentLocation = value),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user