webkitBoxSizing property

String webkitBoxSizing

@deprecated This is a legacy alias of boxSizing.

MDN Reference

Implementation

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

Implementation

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