canAcceptChildren property
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;
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
bool canAcceptChildren = false;