destinations property

List<Destination> destinations
final

The list of destinations to display in the drawer.

Each Destination contains a label and icons for selected/unselected states. The destinations are displayed in order, with the sign-out destination (if provided) always appearing at the bottom.

Implementation

final List<Destination> destinations;