borderImageOutset property

String borderImageOutset

Implementation

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

Implementation

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