value property

T value
final

The current value to build the navigator with.

When this widget is rebuilt with a new value, a new page will be added to the history stack corresponding to the newest value.

Implementation

final T value;