IOSBookmarkIndicatorMode enum

The mode for displaying a bookmark indicator on individual pages.

iOS-only. Controls whether a small bookmark icon is rendered on each page to indicate the bookmarked state of that page.

On Android and Web this setting is ignored.

Configure via IOSViewConfiguration.bookmarkIndicatorMode.

Inheritance
Available extensions

Values

off → const IOSBookmarkIndicatorMode

Never show the bookmark indicator, regardless of bookmark state.

alwaysOn → const IOSBookmarkIndicatorMode

Always show the bookmark indicator on every page.

onWhenBookmarked → const IOSBookmarkIndicatorMode

Show the bookmark indicator only on pages that are currently bookmarked.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<IOSBookmarkIndicatorMode>
A constant List of the values in this enum, in order of their declaration.