initialHistory property

List<ValueHistoryEntry<T>>? initialHistory
final

A history stack to initialize this ImplicitNavigator with.

If maintainHistory is true and a cached history stack is available at initialization, the cached stack will be used and initialHistory will be ignored.

Implementation

final List<ValueHistoryEntry<T>>? initialHistory;