webkitBoxPack property

String webkitBoxPack

@deprecated This is a legacy alias of boxPack.

MDN Reference

Implementation

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

Implementation

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