Overlay class abstract

Allows to render overlay on the screen.

Implemented types

Constructors

Overlay.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValid() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
Removes the overlay from the map.
setImage(ImageProvider image, ScreenRect rect) → void
Sets image as content of overlay, resets view. Window origin (0, 0) - top left corner.
setView(ViewProvider view, ScreenRect rect) → void
Sets view as content of overlay, resets image. Window origin (0, 0) - top left corner.
toString() String
A string representation of this object.
inherited

Operators

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