ToolNavigationContainer class

Where you set all of the points of navigation & metadata for your tool to be accessed and to go through the tool flow.

Constructors

ToolNavigationContainer({ToolSummaryView? summary, Widget? entryPoint, ToolDetailView? details, ToolNextStepsView? nextSteps})

Properties

details ToolDetailView?
An instance of ToolDetailView for this tool.
getter/setter pair
entryPoint Widget?
The widget where your tool starts. This is usually a ToolNavigationPage, or a ToolCardCarousel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextSteps ToolNextStepsView?
The page users go to after they finish using the tool. This is what the summary view sends people to when done.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary ToolSummaryView?
The summary view that gives the user an overview of everything they've said. Optional, since it requires toolCards below to be initialized.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited