I'd like to know if the sheet is currently being scrolled. Since I couldn't find any other way (happy to hear otherwise), I'd like to listen to the ScrollPosition.isScrollingNotifier. You'd normally set this up in the void Function(ScrollPosition) onAttach callback. As such, I'd like to expose it. I also exposed the onDispose, mostly since I was on it and it seems useful enough :handwave:
I'd like to know if the sheet is currently being scrolled. Since I couldn't find any other way (happy to hear otherwise), I'd like to listen to the ScrollPosition.isScrollingNotifier. You'd normally set this up in the
void Function(ScrollPosition) onAttach
callback. As such, I'd like to expose it. I also exposed the onDispose, mostly since I was on it and it seems useful enough :handwave: