canReorder property

bool Function(TKey key)? canReorder
final

If set, rows for which this returns false cannot be dragged.

Implementation

final bool Function(TKey key)? canReorder;