composed property
      
      bool
      get
      composed
      
    
    
Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.
Implementation
_i2.bool get composed => _i4.getProperty(
      this,
      'composed',
    );