popAllScreensOnTapOfSelectedTab property

bool? popAllScreensOnTapOfSelectedTab
final

If an already selected tab is pressed/tapped again, all the screens pushed on that particular tab will pop until the first screen in the stack. Defaults to true.

Implementation

final bool? popAllScreensOnTapOfSelectedTab;