BoardListReorderCallback typedef

BoardListReorderCallback = void Function(int fromIndex, int toIndex)

Called when a list is reordered

Implementation

typedef BoardListReorderCallback = void Function(int fromIndex, int toIndex);