SwitchTab constructor

const SwitchTab(
  1. NavigationBranchId targetBranchId, {
  2. NavigationType? thenNavigate,
  3. bool skipKeyboardDismissal = false,
})

Implementation

const SwitchTab(
  this.targetBranchId, {
  this.thenNavigate,
  this.skipKeyboardDismissal = false,
});