selectionController<T, S extends BaseReadyListState<T>, TController extends ReadyListController<T, S>> static method

SelectionController? selectionController<T, S extends BaseReadyListState<T>, TController extends ReadyListController<T, S>>(
  1. BuildContext context
)

Implementation

static SelectionController? selectionController<
            T,
            S extends BaseReadyListState<T>,
            TController extends ReadyListController<T, S>>(
        BuildContext context) =>
    context
        .findAncestorStateOfType<
            __ResponsiveDataTableState<T, S, TController>>()
        ?._selectedIndices;