DarkExtendableNavigation constructor

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

Implementation

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