GFItemsCarouselSlideStartCallback typedef

GFItemsCarouselSlideStartCallback = void Function(DragStartDetails details)

When a pointer has come to contact with screen and has begun to move.

The function provides the position of the touch when it first touched the surface.

Implementation

typedef GFItemsCarouselSlideStartCallback = void Function(
    DragStartDetails details);