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