selected property

ValueNotifier<Set<int>> get selected

Implementation

ValueNotifier<Set<int>> get selected {
  assert(_selected != null, 'TTableController not attached.');
  return _selected!;
}