ExtendableNavigation constructor

const ExtendableNavigation({
  1. Key? key,
  2. ValueChanged<int>? onDestinationSelected,
})

Implementation

const ExtendableNavigation({Key? key, this.onDestinationSelected})
    : super(key: key);