Function Widget.childById
find child of specified type T by id, returns null if not found or cannot be converted to type T
T childById(T)(
string id,
bool deepSearch = true
);
find child of specified type T by id, returns null if not found or cannot be converted to type T
T childById(T)(
string id,
bool deepSearch = true
);