gridController property

DragSelectGridViewController? gridController
final

Controller of the grid.

Provides information that can be used to update the UI to indicate whether there are selected items and how many are selected.

Also allows to directly update the selected items.

This controller may not be used after DragSelectGridViewState disposes, since DragSelectGridViewController.dispose will get called and the listeners are going to be cleaned up.

Implementation

final DragSelectGridViewController? gridController;