isRetrigger property

bool get isRetrigger

true if signature help was already showing when it was triggered.

Retriggers occur when the signature help is already active and can be caused by actions such as typing a trigger character, a cursor move, or document content changes.

Implementation

_i2.bool get isRetrigger => _i5.getProperty(
      this,
      'isRetrigger',
    );