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