toggleExpansion method

void toggleExpansion(
  1. T item
)

Implementation

void toggleExpansion(T item) => toggleExpansionByKey(itemKey(item));