buildPushTransition abstract method

PageTransition buildPushTransition(
  1. BuildContext context
)

Called when this page is pushed, returns a PageTransition to configure the push animation.

Return PageTransition.none for an immediate push with no animation.

Implementation

PageTransition buildPushTransition(BuildContext context);