Masterarbeit/doc/api/ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html

708 lines
50 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="API docs for the NoAnimationMaterialPageRoute class from the noAnimationMaterialPageRoute library, for the Dart programming language.">
<title>NoAnimationMaterialPageRoute class - noAnimationMaterialPageRoute library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="..">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
<link rel="stylesheet" href="static-assets/github.css">
<link rel="stylesheet" href="static-assets/styles.css">
<link rel="icon" href="static-assets/favicon.png">
</head>
<body>
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="index.html">touch_demonstrator</a></li>
<li><a href="ui_noAnimationMaterialPageRoute/ui_noAnimationMaterialPageRoute-library.html">noAnimationMaterialPageRoute</a></li>
<li class="self-crumb">NoAnimationMaterialPageRoute<span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span> class</li>
</ol>
<div class="self-name">NoAnimationMaterialPageRoute</div>
<form class="search navbar-right" role="search">
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<main>
<div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
<h5>noAnimationMaterialPageRoute library</h5>
<ol>
<li class="section-title"><a href="ui_noAnimationMaterialPageRoute/ui_noAnimationMaterialPageRoute-library.html#classes">Classes</a></li>
<li><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html">NoAnimationMaterialPageRoute</a></li>
</ol>
</div>
<div class="col-xs-12 col-sm-9 col-md-8 main-content">
<h1>NoAnimationMaterialPageRoute&lt;<wbr><span class="type-parameter">T</span>&gt; class </h1>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="NoAnimationMaterialPageRoute" class="callable">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/NoAnimationMaterialPageRoute.html">NoAnimationMaterialPageRoute</a></span><span class="signature">({<span class="parameter" id="-param-builder"><span>@required</span> <span class="type-annotation">WidgetBuilder</span> <span class="parameter-name">builder</span>, </span> <span class="parameter" id="-param-settings"><span class="type-annotation">RouteSettings</span> <span class="parameter-name">settings</span>, </span> <span class="parameter" id="-param-maintainState"><span class="type-annotation">bool</span> <span class="parameter-name">maintainState</span>: <span class="default-value">true</span>, </span> <span class="parameter" id="-param-fullscreenDialog"><span class="type-annotation">bool</span> <span class="parameter-name">fullscreenDialog</span>: <span class="default-value">false</span></span> })</span>
</dt>
<dd>
</dd>
</dl>
</section>
<section class="summary offset-anchor inherited" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="animation" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/animation.html">animation</a></span>
<span class="signature">&#8594; Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span>
</dt>
<dd class="inherited">
The animation that drives the route's transition and the previous route's
forward transition.
<div class="features">read-only, inherited</div>
</dd>
<dt id="barrierColor" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierColor.html">barrierColor</a></span>
<span class="signature">&#8594; Color</span>
</dt>
<dd class="inherited">
The color to use for the modal barrier. If this is null, the barrier will
be transparent. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierColor.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="barrierDismissible" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierDismissible.html">barrierDismissible</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether you can dismiss this route by tapping the modal barrier. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierDismissible.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="barrierLabel" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierLabel.html">barrierLabel</a></span>
<span class="signature">&#8594; String</span>
</dt>
<dd class="inherited">
The semantic label used for a dismissible barrier. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierLabel.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="builder" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/builder.html">builder</a></span>
<span class="signature">&#8594; WidgetBuilder</span>
</dt>
<dd class="inherited">
Builds the primary contents of the route.
<div class="features">final, inherited</div>
</dd>
<dt id="canPop" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canPop.html">canPop</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether this route can be popped. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canPop.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="completed" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/completed.html">completed</a></span>
<span class="signature">&#8594; Future<span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span>
</dt>
<dd class="inherited">
This future completes only once the transition itself has finished, after
the overlay entries have been removed from the navigator's overlay. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/completed.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="controller" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/controller.html">controller</a></span>
<span class="signature">&#8594; AnimationController</span>
</dt>
<dd class="inherited">
The animation controller that the route uses to drive the transitions. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/controller.html">[...]</a>
<div class="features">@protected, read-only, inherited</div>
</dd>
<dt id="currentResult" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/currentResult.html">currentResult</a></span>
<span class="signature">&#8594; T</span>
</dt>
<dd class="inherited">
When this route is popped (see <code>Navigator.pop</code>) if the result isn't
specified or if it's null, this value will be used instead.
<div class="features">read-only, inherited</div>
</dd>
<dt id="debugLabel" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/debugLabel.html">debugLabel</a></span>
<span class="signature">&#8594; String</span>
</dt>
<dd class="inherited">
A short description of this route useful for debugging.
<div class="features">read-only, inherited</div>
</dd>
<dt id="finishedWhenPopped" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/finishedWhenPopped.html">finishedWhenPopped</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Controls whether <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPop.html">didPop</a> calls <code>NavigatorState.finalizeRoute</code>. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/finishedWhenPopped.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="focusScopeNode" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/focusScopeNode.html">focusScopeNode</a></span>
<span class="signature">&#8594; FocusScopeNode</span>
</dt>
<dd class="inherited">
The node this route will use for its root <code>FocusScope</code> widget.
<div class="features">final, inherited</div>
</dd>
<dt id="fullscreenDialog" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/fullscreenDialog.html">fullscreenDialog</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether this page route is a full-screen dialog. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/fullscreenDialog.html">[...]</a>
<div class="features">final, inherited</div>
</dd>
<dt id="hashCode" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; int</span>
</dt>
<dd class="inherited">
The hash code for this object. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hashCode.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="hasScopedWillPopCallback" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hasScopedWillPopCallback.html">hasScopedWillPopCallback</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
True if one or more <code>WillPopCallback</code> callbacks exist. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hasScopedWillPopCallback.html">[...]</a>
<div class="features">@protected, read-only, inherited</div>
</dd>
<dt id="isActive" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isActive.html">isActive</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether this route is on the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isActive.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="isCurrent" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isCurrent.html">isCurrent</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether this route is the top-most route on the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isCurrent.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="isFirst" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isFirst.html">isFirst</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether this route is the bottom-most route on the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isFirst.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="maintainState" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/maintainState.html">maintainState</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether the route should remain in memory when it is inactive. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/maintainState.html">[...]</a>
<div class="features">final, inherited</div>
</dd>
<dt id="navigator" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/navigator.html">navigator</a></span>
<span class="signature">&#8594; NavigatorState</span>
</dt>
<dd class="inherited">
The navigator that the route is in, if any.
<div class="features">read-only, inherited</div>
</dd>
<dt id="offstage" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/offstage.html">offstage</a></span>
<span class="signature">&#8596; bool</span>
</dt>
<dd class="inherited">
Whether this route is currently offstage. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/offstage.html">[...]</a>
<div class="features">read / write, inherited</div>
</dd>
<dt id="opaque" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/opaque.html">opaque</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether the route obscures previous routes when the transition is complete. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/opaque.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="overlayEntries" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/overlayEntries.html">overlayEntries</a></span>
<span class="signature">&#8594; List<span class="signature">&lt;<wbr><span class="type-parameter">OverlayEntry</span>&gt;</span></span>
</dt>
<dd class="inherited">
The entries this route has placed in the overlay.
<div class="features">read-only, inherited</div>
</dd>
<dt id="popped" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/popped.html">popped</a></span>
<span class="signature">&#8594; Future<span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span>
</dt>
<dd class="inherited">
A future that completes when this route is popped off the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/popped.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="runtimeType" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; Type</span>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="secondaryAnimation" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/secondaryAnimation.html">secondaryAnimation</a></span>
<span class="signature">&#8594; Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span>
</dt>
<dd class="inherited">
The animation for the route being pushed on top of this route. This
animation lets this route coordinate with the entrance and exit transition
of routes pushed on top of this route.
<div class="features">read-only, inherited</div>
</dd>
<dt id="semanticsDismissible" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/semanticsDismissible.html">semanticsDismissible</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether the semantics of the modal barrier are included in the
semantics tree. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/semanticsDismissible.html">[...]</a>
<div class="features">read-only, inherited</div>
</dd>
<dt id="settings" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/settings.html">settings</a></span>
<span class="signature">&#8594; RouteSettings</span>
</dt>
<dd class="inherited">
The settings for this route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/settings.html">[...]</a>
<div class="features">final, inherited</div>
</dd>
<dt id="subtreeContext" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/subtreeContext.html">subtreeContext</a></span>
<span class="signature">&#8594; BuildContext</span>
</dt>
<dd class="inherited">
The build context for the subtree containing the primary content of this route.
<div class="features">read-only, inherited</div>
</dd>
<dt id="transitionDuration" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/transitionDuration.html">transitionDuration</a></span>
<span class="signature">&#8594; Duration</span>
</dt>
<dd class="inherited">
The duration the transition lasts.
<div class="features">read-only, inherited</div>
</dd>
<dt id="willHandlePopInternally" class="property inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willHandlePopInternally.html">willHandlePopInternally</a></span>
<span class="signature">&#8594; bool</span>
</dt>
<dd class="inherited">
Whether calling <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPop.html">didPop</a> would return false.
<div class="features">read-only, inherited</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="buildTransitions" class="callable">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildTransitions.html">buildTransitions</a></span><span class="signature">(<wbr><span class="parameter" id="buildTransitions-param-context"><span class="type-annotation">BuildContext</span> <span class="parameter-name">context</span>, </span> <span class="parameter" id="buildTransitions-param-animation"><span class="type-annotation">Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span> <span class="parameter-name">animation</span>, </span> <span class="parameter" id="buildTransitions-param-secondaryAnimation"><span class="type-annotation">Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span> <span class="parameter-name">secondaryAnimation</span>, </span> <span class="parameter" id="buildTransitions-param-child"><span class="type-annotation">Widget</span> <span class="parameter-name">child</span></span>)
<span class="returntype parameter">&#8594; Widget</span>
</span>
</dt>
<dd>
Override this method to wrap the <code>child</code> with one or more transition
widgets that define how the route arrives on and leaves the screen. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildTransitions.html">[...]</a>
</dd>
<dt id="addLocalHistoryEntry" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addLocalHistoryEntry.html">addLocalHistoryEntry</a></span><span class="signature">(<wbr><span class="parameter" id="addLocalHistoryEntry-param-entry"><span class="type-annotation">LocalHistoryEntry</span> <span class="parameter-name">entry</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Adds a local history entry to this route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addLocalHistoryEntry.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="addScopedWillPopCallback" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addScopedWillPopCallback.html">addScopedWillPopCallback</a></span><span class="signature">(<wbr><span class="parameter" id="addScopedWillPopCallback-param-callback"><span class="type-annotation">WillPopCallback</span> <span class="parameter-name">callback</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Enables this route to veto attempts by the user to dismiss it. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addScopedWillPopCallback.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="buildPage" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildPage.html">buildPage</a></span><span class="signature">(<wbr><span class="parameter" id="buildPage-param-context"><span class="type-annotation">BuildContext</span> <span class="parameter-name">context</span>, </span> <span class="parameter" id="buildPage-param-animation"><span class="type-annotation">Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span> <span class="parameter-name">animation</span>, </span> <span class="parameter" id="buildPage-param-secondaryAnimation"><span class="type-annotation">Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span> <span class="parameter-name">secondaryAnimation</span></span>)
<span class="returntype parameter">&#8594; Widget</span>
</span>
</dt>
<dd class="inherited">
Override this method to build the primary content of this route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildPage.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="canTransitionFrom" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionFrom.html">canTransitionFrom</a></span><span class="signature">(<wbr><span class="parameter" id="canTransitionFrom-param-previousRoute"><span class="type-annotation">TransitionRoute</span> <span class="parameter-name">previousRoute</span></span>)
<span class="returntype parameter">&#8594; bool</span>
</span>
</dt>
<dd class="inherited">
Whether this route can perform a transition from the given route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionFrom.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="canTransitionTo" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionTo.html">canTransitionTo</a></span><span class="signature">(<wbr><span class="parameter" id="canTransitionTo-param-nextRoute"><span class="type-annotation">TransitionRoute</span> <span class="parameter-name">nextRoute</span></span>)
<span class="returntype parameter">&#8594; bool</span>
</span>
</dt>
<dd class="inherited">
Whether this route can perform a transition to the given route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionTo.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="changedExternalState" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedExternalState.html">changedExternalState</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called whenever the <code>Navigator</code> has its widget rebuilt, to indicate that
the route may wish to rebuild as well. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedExternalState.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="changedInternalState" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedInternalState.html">changedInternalState</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called whenever the internal state of the route has changed. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedInternalState.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="createAnimation" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createAnimation.html">createAnimation</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; Animation<span class="signature">&lt;<wbr><span class="type-parameter">double</span>&gt;</span></span>
</span>
</dt>
<dd class="inherited">
Called to create the animation that exposes the current progress of
the transition controlled by the animation controller created by
<a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createAnimationController.html">createAnimationController()</a>.
<div class="features">inherited</div>
</dd>
<dt id="createAnimationController" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createAnimationController.html">createAnimationController</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; AnimationController</span>
</span>
</dt>
<dd class="inherited">
Called to create the animation controller that will drive the transitions to
this route from the previous one, and back to the previous route from this
one.
<div class="features">inherited</div>
</dd>
<dt id="createOverlayEntries" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createOverlayEntries.html">createOverlayEntries</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; Iterable<span class="signature">&lt;<wbr><span class="type-parameter">OverlayEntry</span>&gt;</span></span>
</span>
</dt>
<dd class="inherited">
Subclasses should override this getter to return the builders for the overlay.
<div class="features">inherited</div>
</dd>
<dt id="didChangeNext" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didChangeNext.html">didChangeNext</a></span><span class="signature">(<wbr><span class="parameter" id="didChangeNext-param-nextRoute"><span class="type-annotation">Route</span> <span class="parameter-name">nextRoute</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
This route's next route has changed to the given new route. This is called
on a route whenever the next route changes for any reason, so long as it
is in the history, including when a route is first added to a <code>Navigator</code>
(e.g. by <code>Navigator.push</code>), except for cases when <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPopNext.html">didPopNext</a> would be
called. <code>nextRoute</code> will be null if there's no next route.
<div class="features">inherited</div>
</dd>
<dt id="didChangePrevious" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didChangePrevious.html">didChangePrevious</a></span><span class="signature">(<wbr><span class="parameter" id="didChangePrevious-param-previousRoute"><span class="type-annotation">Route</span> <span class="parameter-name">previousRoute</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
This route's previous route has changed to the given new route. This is
called on a route whenever the previous route changes for any reason, so
long as it is in the history. <code>previousRoute</code> will be null if there's no
previous route.
<div class="features">inherited</div>
</dd>
<dt id="didComplete" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didComplete.html">didComplete</a></span><span class="signature">(<wbr><span class="parameter" id="didComplete-param-result"><span class="type-annotation">T</span> <span class="parameter-name">result</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
The route was popped or is otherwise being removed somewhat gracefully. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didComplete.html">[...]</a>
<div class="features">@mustCallSuper, @protected, inherited</div>
</dd>
<dt id="didPop" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPop.html">didPop</a></span><span class="signature">(<wbr><span class="parameter" id="didPop-param-result"><span class="type-annotation">T</span> <span class="parameter-name">result</span></span>)
<span class="returntype parameter">&#8594; bool</span>
</span>
</dt>
<dd class="inherited">
A request was made to pop this route. If the route can handle it
internally (e.g. because it has its own stack of internal state) then
return false, otherwise return true (by return the value of calling
<code>super.didPop</code>). Returning false will prevent the default behavior of
<code>NavigatorState.pop</code>. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPop.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="didPopNext" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPopNext.html">didPopNext</a></span><span class="signature">(<wbr><span class="parameter" id="didPopNext-param-nextRoute"><span class="type-annotation">Route</span> <span class="parameter-name">nextRoute</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
The given route, which was above this one, has been popped off the
navigator.
<div class="features">inherited</div>
</dd>
<dt id="didPush" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPush.html">didPush</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; TickerFuture</span>
</span>
</dt>
<dd class="inherited">
Called after <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/install.html">install</a> when the route is pushed onto the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPush.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="didReplace" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didReplace.html">didReplace</a></span><span class="signature">(<wbr><span class="parameter" id="didReplace-param-oldRoute"><span class="type-annotation">Route</span> <span class="parameter-name">oldRoute</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called after <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/install.html">install</a> when the route replaced another in the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didReplace.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="dispose" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/dispose.html">dispose</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
The route should remove its overlays and free any other resources. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/dispose.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="install" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/install.html">install</a></span><span class="signature">(<wbr><span class="parameter" id="install-param-insertionPoint"><span class="type-annotation">OverlayEntry</span> <span class="parameter-name">insertionPoint</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Called when the route is inserted into the navigator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/install.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation">Invocation</span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>
</dt>
<dd class="inherited">
Invoked when a non-existent method or property is accessed. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/noSuchMethod.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="removeLocalHistoryEntry" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeLocalHistoryEntry.html">removeLocalHistoryEntry</a></span><span class="signature">(<wbr><span class="parameter" id="removeLocalHistoryEntry-param-entry"><span class="type-annotation">LocalHistoryEntry</span> <span class="parameter-name">entry</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Remove a local history entry from this route. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeLocalHistoryEntry.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="removeScopedWillPopCallback" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeScopedWillPopCallback.html">removeScopedWillPopCallback</a></span><span class="signature">(<wbr><span class="parameter" id="removeScopedWillPopCallback-param-callback"><span class="type-annotation">WillPopCallback</span> <span class="parameter-name">callback</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Remove one of the callbacks run by <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willPop.html">willPop</a>. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeScopedWillPopCallback.html">[...]</a>
<div class="features">inherited</div>
</dd>
<dt id="setState" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/setState.html">setState</a></span><span class="signature">(<wbr><span class="parameter" id="setState-param-fn"><span class="type-annotation">VoidCallback</span> <span class="parameter-name">fn</span></span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd class="inherited">
Schedule a call to <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildTransitions.html">buildTransitions</a>. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/setState.html">[...]</a>
<div class="features">@protected, inherited</div>
</dd>
<dt id="toString" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; String</span>
</span>
</dt>
<dd class="inherited">
Returns a string representation of this object.
<div class="features">inherited</div>
</dd>
<dt id="willPop" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willPop.html">willPop</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; Future<span class="signature">&lt;<wbr><span class="type-parameter">RoutePopDisposition</span>&gt;</span></span>
</span>
</dt>
<dd class="inherited">
Returns the value of the first callback added with
<a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addScopedWillPopCallback.html">addScopedWillPopCallback</a> that returns false. If they all return true,
returns the inherited method's result (see <code>Route.willPop</code>). <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willPop.html">[...]</a>
<div class="features">inherited</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor inherited" id="operators">
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation">dynamic</span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; bool</span>
</span>
</dt>
<dd class="inherited">
The equality operator. <a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/operator_equals.html">[...]</a>
<div class="features">inherited</div>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
<ol>
<li class="section-title"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html#constructors">Constructors</a></li>
<li><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/NoAnimationMaterialPageRoute.html">NoAnimationMaterialPageRoute</a></li>
<li class="section-title inherited">
<a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/animation.html">animation</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierColor.html">barrierColor</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierDismissible.html">barrierDismissible</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/barrierLabel.html">barrierLabel</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/builder.html">builder</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canPop.html">canPop</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/completed.html">completed</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/controller.html">controller</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/currentResult.html">currentResult</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/debugLabel.html">debugLabel</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/finishedWhenPopped.html">finishedWhenPopped</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/focusScopeNode.html">focusScopeNode</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/fullscreenDialog.html">fullscreenDialog</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/hasScopedWillPopCallback.html">hasScopedWillPopCallback</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isActive.html">isActive</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isCurrent.html">isCurrent</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/isFirst.html">isFirst</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/maintainState.html">maintainState</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/navigator.html">navigator</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/offstage.html">offstage</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/opaque.html">opaque</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/overlayEntries.html">overlayEntries</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/popped.html">popped</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/secondaryAnimation.html">secondaryAnimation</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/semanticsDismissible.html">semanticsDismissible</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/settings.html">settings</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/subtreeContext.html">subtreeContext</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/transitionDuration.html">transitionDuration</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willHandlePopInternally.html">willHandlePopInternally</a></li>
<li class="section-title"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html#instance-methods">Methods</a></li>
<li><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildTransitions.html">buildTransitions</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addLocalHistoryEntry.html">addLocalHistoryEntry</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/addScopedWillPopCallback.html">addScopedWillPopCallback</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/buildPage.html">buildPage</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionFrom.html">canTransitionFrom</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/canTransitionTo.html">canTransitionTo</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedExternalState.html">changedExternalState</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/changedInternalState.html">changedInternalState</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createAnimation.html">createAnimation</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createAnimationController.html">createAnimationController</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/createOverlayEntries.html">createOverlayEntries</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didChangeNext.html">didChangeNext</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didChangePrevious.html">didChangePrevious</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didComplete.html">didComplete</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPop.html">didPop</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPopNext.html">didPopNext</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didPush.html">didPush</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/didReplace.html">didReplace</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/dispose.html">dispose</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/install.html">install</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeLocalHistoryEntry.html">removeLocalHistoryEntry</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/removeScopedWillPopCallback.html">removeScopedWillPopCallback</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/setState.html">setState</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/toString.html">toString</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/willPop.html">willPop</a></li>
<li class="section-title inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute-class.html#operators">Operators</a></li>
<li class="inherited"><a href="ui_noAnimationMaterialPageRoute/NoAnimationMaterialPageRoute/operator_equals.html">operator ==</a></li>
</ol>
</div><!--/.sidebar-offcanvas-->
</main>
<footer>
<span class="no-break">
touch_demonstrator 1.0.0+1
</span>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="static-assets/typeahead.bundle.min.js"></script>
<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/URI.js"></script>
<script src="static-assets/script.js"></script>
</body>
</html>