Flutter
material
MaterialPageRoute
<
T
>
builder property
builder
description
builder
property
Null safety
WidgetBuilder
builder
final
Builds the primary contents of the route.
Implementation
final WidgetBuilder builder;
Flutter
material
MaterialPageRoute
<
T
>
builder property
MaterialPageRoute class
Constructors
MaterialPageRoute
Properties
animation
barrierColor
barrierCurve
barrierDismissible
barrierLabel
builder
canPop
completed
controller
currentResult
debugLabel
filter
finishedWhenPopped
fullscreenDialog
hasActiveRouteBelow
hashCode
hasScopedWillPopCallback
impliesAppBarDismissal
isActive
isCurrent
isFirst
maintainState
navigator
offstage
opaque
overlayEntries
popped
preferRasterization
restorationScopeId
reverseTransitionDuration
runtimeType
secondaryAnimation
semanticsDismissible
settings
subtreeContext
transitionDuration
willDisposeAnimationController
willHandlePopInternally
Methods
addLocalHistoryEntry
addScopedWillPopCallback
buildContent
buildPage
buildTransitions
canTransitionFrom
canTransitionTo
changedExternalState
changedInternalState
createAnimation
createAnimationController
createOverlayEntries
didAdd
didChangeNext
didChangePrevious
didComplete
didPop
didPopNext
didPush
didReplace
dispose
install
noSuchMethod
removeLocalHistoryEntry
removeScopedWillPopCallback
setState
toString
willPop
Operators
operator ==