AppNavigation constructor

const AppNavigation({
  1. Type? deepLinks,
  2. Type? tabs,
})

Implementation

const AppNavigation({
  this.deepLinks,
  this.tabs,
});