findBindingPanel method

Panel? findBindingPanel()

Walks up the visual tree and returns the first Panel whose Panel.data is bound to data. This can be useful when you need to inspect Panel#data objects. @since 2.2 @return {Panel}

Implementation

_i3.Panel? findBindingPanel() => _i4.callMethod(
      this,
      'findBindingPanel',
      [],
    );