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