base property
The position at which the selection originates.
Might be larger than, smaller than, or equal to extent.
Implementation
TextPosition get base => TextPosition(offset: baseOffset, affinity: affinity);
The position at which the selection originates.
Might be larger than, smaller than, or equal to extent.
TextPosition get base => TextPosition(offset: baseOffset, affinity: affinity);