getPageContextInfo static method

PageContextInfo getPageContextInfo(
  1. BuildContext context
)

Implementation

static PageContextInfo getPageContextInfo(BuildContext context) {
  var modalRoute = ModalRoute.of(context) as ModalRoute;
  return getPageContextInfoWithRoute(modalRoute);
}