handleHidden method
void
handleHidden()
Method that will be called when AbstractTransitionComponent first enters the hidden
state.
Implementation
void handleHidden() {
props.onDidHide?.call();
}
Method that will be called when AbstractTransitionComponent first enters the hidden
state.
void handleHidden() {
props.onDidHide?.call();
}