collapseDetailRow static method
Collapses a detail row through the attached grid runtime.
Implementation
static bool collapseDetailRow(FdcGridController controller, {int? rowIndex}) {
return controller._collapseDetailRowCommand(rowIndex: rowIndex);
}