caret property
num?
get
caret
Position of the caret.
Implementation
_i2.num? get caret => _i4.getProperty(
this,
'caret',
);
set
caret
(num? value)
Implementation
set caret(_i2.num? value) {
_i4.setProperty(
this,
'caret',
value ?? _i6.undefined,
);
}