OnDraggableBuild typedef

OnDraggableBuild = DraggableConfig Function(TabbedViewController controller, int tabIndex, TabData tab)

Defines the configuration of a Draggable in its construction.

Implementation

typedef OnDraggableBuild = DraggableConfig Function(
    TabbedViewController controller, int tabIndex, TabData tab);