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