OnBeforeDropAccept typedef

OnBeforeDropAccept = bool Function(DraggableData source, TabbedViewController target, int newIndex)

Implementation

typedef OnBeforeDropAccept = bool Function(
    DraggableData source, TabbedViewController target, int newIndex);