tryHideOrShow method
Implementation
void tryHideOrShow(int separatorIndex) {
final result = _model.tryHideOrShow(separatorIndex);
if (result) {
eventStream.add(this);
_model.callOnResized();
}
}
void tryHideOrShow(int separatorIndex) {
final result = _model.tryHideOrShow(separatorIndex);
if (result) {
eventStream.add(this);
_model.callOnResized();
}
}