child property

Widget? child
final

Used, as needed, to build the child this Reorderable.

This can be used to show a child that should not have any animation when being dragged or dropped.

Implementation

final Widget? child;