children property

List<Widget> children
final

Defines the appearance of the items within the navigation drawer.

The list contains NavigationDrawerDestination widgets and/or customized widgets like headlines and dividers.

Implementation

final List<Widget> children;