topAppNavBarRightBar property

void topAppNavBarRightBar=(List value)

A list of Buttons and CustomToolbarItems that will appear in the right bar section of the top app navigation bar.

If used, the default right bar section will not be used. Defaults to Buttons.searchButton and Buttons.moreItemsButton. iOS only.

Implementation

set topAppNavBarRightBar(List value) => _topAppNavBarRighBar = value;