Widget.childById

find child of specified type T by id, returns null if not found or cannot be converted to type T

class Widget
T
childById
(
T = typeof(this)
)
(
string id
,
bool deepSearch = true
)

Meta