ContentNav constructor

const ContentNav({
  1. required List<NavSection> sections,
  2. required String currentPath,
})

Implementation

const ContentNav({
  required this.sections,
  required this.currentPath,
});