selectionEnd property

num selectionEnd

Gets or sets the end position or offset of a text selection.

Implementation

_i2.num get selectionEnd => _i4.getProperty(
      this,
      'selectionEnd',
    );
void selectionEnd=(num value)

Implementation

set selectionEnd(_i2.num value) {
  _i4.setProperty(
    this,
    'selectionEnd',
    value,
  );
}