webkitBoxSizing property
String
get
webkitBoxSizing
@deprecated This is a legacy alias of boxSizing
.
Implementation
_i2.String get webkitBoxSizing => _i4.getProperty(
this,
'webkitBoxSizing',
);
set
webkitBoxSizing
(String value)
Implementation
set webkitBoxSizing(_i2.String value) {
_i4.setProperty(
this,
'webkitBoxSizing',
value,
);
}