canAcceptChildren property

bool canAcceptChildren
getter/setter pair

Widgets that can have other widgets dropped on them should set this to true If it is false, this handler's widget will not be considered for drag/drop events

Implementation

bool canAcceptChildren = false;