Is there any possibility to use it like a modal bottom sheet? Like: ```dart directSelect.showDirectSelect( context: context, items: [], .... ); ```
Is there any possibility to use it like a modal bottom sheet?
Like: