placeholder property

Widget? placeholder
final

Widget displayed in drop zones when this item is being dragged over them.

Type: Widget?. If null, uses SizedBox.shrink. This creates visual space in potential drop locations, providing clear feedback about where the item will be placed if dropped.

Implementation

final Widget? placeholder;