children property

  1. @override
List<DragAndDropItem> children
final

The child elements that will be contained in this list. It is possible to not provide any children when an empty list is desired.

Implementation

@override
final List<DragAndDropItem> children;