onDidAccept property

Event<void> get onDidAccept

An event signaling when the user indicated acceptance of the input value.

Implementation

_i3.Event<void> get onDidAccept => _i5.getProperty(
      this,
      'onDidAccept',
    );