indexOfItem method
The index of the specified item
Implementation
int indexOfItem(dynamic item) {
return _rootController!.indexOfItem(item);
}
The index of the specified item
int indexOfItem(dynamic item) {
return _rootController!.indexOfItem(item);
}