enabled property

bool enabled
final

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

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

Implementation

final bool enabled;