handleHidden method

void handleHidden()

Method that will be called when AbstractTransitionComponent first enters the hidden state.

Implementation

void handleHidden() {
  props.onDidHide?.call();
}