position property

int? position

Gets the index of wich file is currently displayed in the editor.

Implementation

int? get position => this._currentPositionInFiles;