children property

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

final List<DragAndDropItem> children;