Not collapse
Saulmarti opened this issue · comments
Saulmarti commented
Im usign the 1.0.0-nullsafety.1 version, the view of items and the sticky header is working fine but when change the param expanded in onTap with:
setState(() { sectionList[sectionIndex].setSectionExpanded(!section.isSectionExpanded()); });
Did not collapse the items.
I debug that the onTap and the changes its applied, when i set initially the expanded true or false its working propertly, the problem is when change it, not trigger nothing.
Anyone more have this problem?