types library
Typedefs
- CarouselDragCallback = void Function(DragUpdateDetails details)
- Signature for when a pointer that is in contact with the screen and moving has moved again.
- CarouselDragEndCallback = void Function(DragEndDetails details)
- Signature for when a pointer that was previously in contact with the screen and moving is no longer in contact with the screen.
- CarouselDragStartCallback = void Function(DragStartDetails details)
- Signature for when a pointer has contacted the screen and has begun to move.