hcbpassos / drag_select_grid_view

A grid that supports both dragging and tapping to select its items.
BSD 2-Clause "Simplified" License
133 stars 34 forks source link

Item selection when list is empty #17

Closed NemanjaLugi closed 4 years ago

NemanjaLugi commented 4 years ago

Hi!

Is there a way to enable selecting items if selectedIndexes list is empty?

It would be great if we have controls of this isSelecting setting.

/// Whether any item got selected.
  bool get isSelecting => selectedIndexes.isNotEmpty;
NemanjaLugi commented 4 years ago

Please delete this issue, I have figured out how to resolve this.