caretColor property

String caretColor

Implementation

_i2.String get caretColor => _i4.getProperty(
      this,
      'caretColor',
    );
void caretColor=(String value)

Implementation

set caretColor(_i2.String value) {
  _i4.setProperty(
    this,
    'caretColor',
    value,
  );
}