anchor property

Position get anchor

The position at which the selection starts. This position might be before or after {@link Selection.active active}.

Implementation

_i3.Position get anchor => _i5.getProperty(
      this,
      'anchor',
    );
set anchor (Position value)

Implementation

set anchor(_i3.Position value) {
  _i5.setProperty(
    this,
    'anchor',
    value,
  );
}