ScanTips class

UI components that can be used to provide the user some scan tips.

Constructors

ScanTips()

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<DocutainListItem>?
The items you want to show within the scan tips. See DocutainListItem for more details on what each item can display. If you don't provide any items, some defaultItems will be displayed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolbarItem DocutainButton?
The toolbar item that will be shown allowing the user to open the scan tips.
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