handleShown method
void
handleShown()
Method that will be called when AbstractTransitionComponent first enters the shown
state.
Implementation
void handleShown() {
props.onDidShow?.call();
}
Method that will be called when AbstractTransitionComponent first enters the shown
state.
void handleShown() {
props.onDidShow?.call();
}