outlineWidth property

String outlineWidth

Implementation

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

Implementation

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