TitlesDisplayState class

Constructors

TitlesDisplayState()

Properties

currentTitleIndex int
getter/setter pair
fadingInTitleIds Set<int>
final
fullyVisibleTitleIds Set<int>
final
hashCode int
The hash code for this object.
no setterinherited
lastFadeInStartTimeEpochMillis int
getter/setter pair
pendingFadeInTitleIds Set<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleDisplayInfos Iterable<TitleDisplayInfo>
no setter
titlesCount int
no setter

Methods

getTitleDisplayInfo(int floatingMarkerTitleInfoId) TitleDisplayInfo?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObsoleteTitles(Iterable<int> availableIds) → void
removeTitleInfo(int floatingMarkerTitleInfoId) → void
toString() String
A string representation of this object.
inherited
updateFrom(TitlesDisplayState oldState) → void
updateWithTitleInfo(TitleDisplayInfo titleDisplayInfo) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited