ZdsNavigationMenu constructor

const ZdsNavigationMenu(
  1. {required List<Widget> children,
  2. Key? key,
  3. Widget? label,
  4. bool withDividers = false,
  5. bool withSpacer = true}
)

Constructs a ZdsNavigationMenu.

Implementation

const ZdsNavigationMenu