popoverTargetAction property

String popoverTargetAction

Implementation

_i2.String get popoverTargetAction => _i4.getProperty(
      this,
      'popoverTargetAction',
    );
void popoverTargetAction=(String value)

Implementation

set popoverTargetAction(_i2.String value) {
  _i4.setProperty(
    this,
    'popoverTargetAction',
    value,
  );
}