direct-select-flutter icon indicating copy to clipboard operation
direct-select-flutter copied to clipboard

possibility to use without a dropdown?

Open tomasweigenast opened this issue 1 year ago • 0 comments

Is there any possibility to use it like a modal bottom sheet?

Like:

directSelect.showDirectSelect(
    context: context,
    items: [],
    ....
);

tomasweigenast avatar Aug 26 '22 23:08 tomasweigenast