spinner_box

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

spinner box

The drop-down criteria filter box supports single selection, multiple selection, and user-defined filtering content.

demo link:flutter web link。
Example description
Spinner Box #
Simple use #
SpinnerBox.rebuilder(
titles: const ['单选条件', '单选条件'],
builder: (notifier) {
return [
SpinnerFilter(
data: _condition1,
onCompleted: (result, name, data) {
notifier.updateName(name);
setState(() {
_result = result;
_condition1 = data;
});
},
).heightPart,
...
];
},
),
copied to clipboard
Update the title or highlighting of the selected item #
notifier.updateName(name);
or
notifier.setHighlight(true)
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.