trailing property

Widget? trailing
final

Widget to place at the end of the navigation bar. Normally additional actions taken on the page such as a search or edit function.

This widget is visible in both collapsed and expanded states.

Implementation

final Widget? trailing;