selectionEnd property
num?
get
selectionEnd
Gets or sets the end position or offset of a text selection.
Implementation
_i2.num? get selectionEnd => _i4.getProperty(
this,
'selectionEnd',
);
set
selectionEnd
(num? value)
Implementation
set selectionEnd(_i2.num? value) {
_i4.setProperty(
this,
'selectionEnd',
value ?? _i6.undefined,
);
}