Function Widget.isChild
returns true if item
is child
of this widget (when deepSearch
== true - returns true if item
is this widget or one of children inside children tree).
Prototype
bool isChild(
Widget item,
bool deepSearch = true
);