mahdi739

Results 2 comments of mahdi739

Hi. Go to the changePosition method and add these 4 lines at the end: ``` changePosition(ScrollNotification notification) { if (_isDragInProcess) { return; } setState(() { if (notification is ScrollUpdateNotification) {...

Hi @felangel 👋 How can we pass an array throw the command line? (instead of json config file) Edit: I saw the way of passing array as a string in...