buildAnimatedPage method
Implementation
@override
Page<Object?> buildAnimatedPage(BuildContext context) {
return _PresentResultPage(
key: key,
name: screenName,
child: builder(context),
completer: _dismissedCompleter,
transition: transition,
);
}