children property

List<NavigationBarItem> children
final

List of navigation items to display in the sidebar.

Each item should be a NavigationBarItem that defines the navigation destination with icon, label, and optional badge. Items are arranged vertically with full-width presentation.

Implementation

final List<NavigationBarItem> children;