trailing property

Widget? trailing
final

The trailing widget in the rail that is placed below the destinations.

The trailing widget is placed below the last NavigationRailDestination. It's location is affected by groupAlignment.

This is commonly a list of additional options or destinations that is usually only rendered when extended is true.

The default value is null.

Implementation

final Widget? trailing;