ExtendableNavigation constructor
const
ExtendableNavigation({
- Key? key,
- ValueChanged<
int> ? onDestinationSelected,
Implementation
const ExtendableNavigation({Key? key, this.onDestinationSelected})
: super(key: key);