Is it possible to let a ListView only be scrollable with the ScrollController and not with the touchscreen?
Conditional statement for enable and disable scrollview.
physics: chckSwitch ? const NeverScrollableScrollPhysics() : const AlwaysScrollableScrollPhysics(),