localData property

Object? localData
final

Data associated with this drag item that can be only read when dropping within same application. The data must be serializable with StandardMessageCodec. It is possible to read localData from one isolate in another isolate.

Implementation

final Object? localData;