offset property
int
get
offset
The offset from the caret position where deletion will start. This value can be negative.
Implementation
int get offset => _wrapped.offset;
set
offset
(int v)
Implementation
set offset(int v) {
_wrapped.offset = v;
}