inset property

String inset

Implementation

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

Implementation

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