DragDropItem class

Constructors

DragDropItem({required String key, required String value, IconData? iconData, Widget? dragChild, Widget? dropChild, Widget? feedbackItem, Widget? childWhenDragging, bool isAccepted = false, TextStyle? defaultTextStyle})
DragDropItem.fromMap(MapEntry map)
factory

Properties

childWhenDragging Widget?
getter/setter pair
defaultTextStyle TextStyle?
getter/setter pair
dragChild Widget?
getter/setter pair
dropChild Widget?
getter/setter pair
feedbackItem Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconData IconData?
getter/setter pair
isAccepted bool
getter/setter pair
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final
willAccept bool
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