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