CanDrop typedef

CanDrop = bool Function(DraggableData source, TabbedViewController target)

Implementation

typedef CanDrop = bool Function(
    DraggableData source, TabbedViewController target);