visibleTextEditors property
List<TextEditor>
get
visibleTextEditors
The currently visible editors or an empty array.
Implementation
_i2.List<_i4.TextEditor> get visibleTextEditors => (_i3.getProperty(
this,
'visibleTextEditors',
) as _i2.List)
.cast();