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