listGhost property

Widget? listGhost
final

The widget to be displayed at a potential list position while a list is being dragged. This must not be null when children includes one or more DragAndDropListExpansion or other class that inherit from DragAndDropListExpansionInterface.

Implementation

final Widget? listGhost;