active property

Position get active

The position of the cursor. This position might be before or after {@link Selection.anchor anchor}.

Implementation

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

Implementation

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