DropItemPreviewRequest class abstract

Requests for providing target preview for item being dropped.

Constructors

DropItemPreviewRequest()

Properties

fadeOutDelay Duration
Default delay before the item preview starts fading out.
no setter
fadeOutDuration Duration
Default duration of item fade out.
no setter
hashCode int
The hash code for this object.
no setterinherited
item DropItem
Item for which the preview is requested.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of dragging image.
no setter

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