outlineColor property

String outlineColor

Implementation

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

Implementation

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