onDidHide property
Optional callback that fires after the AbstractTransitionComponent is hidden.
Implementation
@override
Callback? get onDidHide =>
(props[_$key__onDidHide__TransitionPropsMixin] ?? null) as Callback?;
Optional callback that fires after the AbstractTransitionComponent is hidden.
Implementation
@override
set onDidHide(Callback? value) =>
props[_$key__onDidHide__TransitionPropsMixin] = value;