ToolNavigationContainer constructor

ToolNavigationContainer({
  1. ToolSummaryView? summary,
  2. Widget? entryPoint,
  3. ToolDetailView? details,
  4. ToolNextStepsView? nextSteps,
})

Implementation

ToolNavigationContainer({
  this.summary,
  this.entryPoint,
  this.details,
  this.nextSteps,
});