LocalHistoryEntry constructor Null safety
- {VoidCallback? onRemove,
- 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 });