reorderable property

bool reorderable
final

Whether users can drag this header column to reorder it.

Setting this to false only stops this column being dragged directly. Other movable columns can still be moved around it.

Implementation

final bool reorderable;