removeTopPadding property

bool removeTopPadding
final

If you put a widget before DragAndDropLists there's an unexpected padding before the list renders. This is the default behaviour for ListView which is used internally. To remove the padding, set this field to true https://github.com/flutter/flutter/issues/14842#issuecomment-371344881

Implementation

final bool removeTopPadding;