simple_dropdown

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple dropdown

A simple pulgin to create dropdown textfield.
Features #
To create dropdown textfield.
How to use. #
dynamic selected_value;
SimpleDropdown(
hintText:Text('hello',
style: Theme.of(context).headline3),
options: [a,b,c]
value: selected_value,
onChanged: (value){
setState(() {
selected_value = value;
});
},
getLabel: (value){
return value.toString();
},
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator