backButton property

BarBackButtonMode backButton
final

Controls the visibility and behavior of the back button in the header bar. Possible values include BarBackButtonMode.never (default, no back button), BarBackButtonMode.auto (shows if applicable), or BarBackButtonMode.always (forces display).

Implementation

final BarBackButtonMode backButton;