toggleExpanded abstract method

void toggleExpanded(
  1. int rowIndex
)

Expand or collapse the visible row at rowIndex; must notify listeners.

Implementation

void toggleExpanded(int rowIndex);