LocalHistoryEntry constructor

LocalHistoryEntry({
  1. VoidCallback? onRemove,
  2. bool impliesAppBarDismissal = true,
})

Creates an entry in the history of a LocalHistoryRoute.

The impliesAppBarDismissal defaults to true if not provided.

Implementation

LocalHistoryEntry({ this.onRemove, this.impliesAppBarDismissal = true });