viewColumn property
ViewColumn?
get
viewColumn
The column in which this editor shows. Will be undefined
in case this
isn't one of the main editors, e.g. an embedded editor, or when the editor
column is larger than three.
Implementation
_i3.ViewColumn? get viewColumn => switch (_i5.getProperty(
this,
'viewColumn',
)) {
_i2.String name => _i3.ViewColumn.values.byName(name),
_ => null
};