Function Widget.childById

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

Prototype

T childById(
  string id,
  bool deepSearch = true
);

Authors

Copyright

License