add
Add any ref callbacks contained in another ref scope.
This is useful to have if a widget internally creates its own ref scope for some reason but also wants to accommodate any callbacks passed in by the caller.
Parameters
other
Another ref scope to include as part of this one. Accepts null for convenience because this is often a nullable parameter that accepts a value passed in from a user.