thunder_dropdown

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

thunder dropdown

Thunder Dropdown #
Thunder Dropdown is a Flutter package for custom dropdown widget easiler and beautiful
Installation #
Depend on it
Run this command:
With Flutter:
$ flutter pub add get_test
copied to clipboard
Usage #
ThunderDropDown(
titleOfDDBtn: 'Please Select Name',
isHasLabelText: true,
hintText: "Name",
labelText: 'Name',
dataSource: [],
itemCount: 1,
itembuilder: ((context, index, model) => Column(),
onChange: ((index, itemModel) {}),),
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

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.