activeTextEditor property

TextEditor? get activeTextEditor

The currently active editor or undefined. The active editor is the one that currently has focus or, when none has focus, the one that has changed input most recently.

Implementation

_i4.TextEditor? get activeTextEditor => _i3.getProperty(
      this,
      'activeTextEditor',
    );