Onboarding class
UI components that can be used to onboard the user.
Constructors
Properties
-
The button that goes to the previous item. It is disabled by default.
getter/setter pair
-
The button that closes the onboarding on the last item.
getter/setter pair
-
The button that goes to the next item.
getter/setter pair
-
The button to skip (close) the onboarding.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
DocutainListItem> ? -
The items you want to show within the onboarding. See DocutainListItem for more details
on what each item can display. You can use
defaultItemsif you don't want to provide your own. If you want to disable it, set it to null.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanHintPopup ↔ ScanHintPopup?
-
A popup that appears when scan is opened for the first time, explaining the user how to scan.
getter/setter pair
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