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