ContentNav constructor
const
ContentNav({
- required List<
NavSection> sections, - required String currentPath,
Implementation
const ContentNav({
required this.sections,
required this.currentPath,
});