Closed
Description
update Simple implementation
from this :
because is not working anymore
dropdownSearchDecoration: InputDecoration(
labelText: "Menu mode",
hintText: "country in menu mode",
),
to this :
dropdownDecoratorProps: const DropDownDecoratorProps(
dropdownSearchDecoration: InputDecoration(
labelText: "Menu mode",
hintText: "Country menu mode",
),
),
Metadata
Assignees
Labels
No labels