children property

List<NavigationBarItem> children
final

List of navigation items to display in the rail.

Each item should be a NavigationBarItem that defines the icon, label, and optional badge for a navigation destination. Items are arranged according to the specified direction and alignment.

Implementation

final List<NavigationBarItem> children;