enabled property

bool enabled
final

Whether the child item can be dragged and moved in the list.

If true, the item can be moved to another location in the list when the user taps on the child. If false, tapping on the child will be ignored.

Implementation

final bool enabled;