setShowOnNavBar method

void setShowOnNavBar(
  1. bool showOnNavBar
)

Implementation

void setShowOnNavBar(bool showOnNavBar) {
  scaffold.navBarItemProperties.showOnNaBar = showOnNavBar;
}