ReorderableItem constructor

ReorderableItem({
  1. required bool reorderable,
})

Implementation

ReorderableItem({required this.reorderable});