NavigationContext constructor

const NavigationContext({
  1. String? fromRoute,
  2. String? toRoute,
  3. Map<String, dynamic>? routeArguments,
})

Implementation

const NavigationContext({
  this.fromRoute,
  this.toRoute,
  this.routeArguments,
});