onSlideStart property
invoke when the panel starts to slide as long as there are some actions, onSlideStart would be invoked if provided by providing onSlideStart, you can do some work when the panel starts to slide, e.g., dismiss other SlidablePanels
Implementation
final VoidCallback? onSlideStart;