Is it possible to let a ListView only be scrollable with the ScrollController and not with the touchscreen?
Inside ListView widget, use
physics: const NeverScrollableScrollPhysics()