Flutter
widgets
LocalHistoryEntry
LocalHistoryEntry constructor
LocalHistoryEntry
LocalHistoryEntry class
Constructors
LocalHistoryEntry
Properties
onRemove
hashCode
runtimeType
Methods
remove
noSuchMethod
toString
Operators
operator ==
LocalHistoryEntry constructor
LocalHistoryEntry
(
{
VoidCallback
onRemove
})
Creates an entry in the history of a
LocalHistoryRoute
.
Implementation
LocalHistoryEntry({ this.onRemove });