onChanged method
Implementation
onChanged(EcpExpandableItemState state, bool expand) {
if (!expand) {
return;
}
for (var element in _itemStates) {
element.expand(state == element);
}
}
onChanged(EcpExpandableItemState state, bool expand) {
if (!expand) {
return;
}
for (var element in _itemStates) {
element.expand(state == element);
}
}