outline property

String outline

Implementation

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

Implementation

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