onAdded property
Signal
get
onAdded
inherited
Returns the Signal that is triggered when an object is added to the
display list.
Implementation
Signal get onAdded => $onAdded ??= Signal();
Returns the Signal that is triggered when an object is added to the
display list.
Signal get onAdded => $onAdded ??= Signal();