contentsWhenEmpty property

Widget? contentsWhenEmpty
final

The widget to be displayed when a list is empty. If this is not null, it will override that set in DragAndDropLists.contentsWhenEmpty.

Implementation

final Widget? contentsWhenEmpty;