DragSelectableProvider constructor

DragSelectableProvider(
  1. List<bool> _selected
)

Creates a new drag selectable provider with the specified initial selection state.

Implementation

DragSelectableProvider(this._selected) {
  initialSelected = List.from(_selected);
}