webkitBoxOrient property

String webkitBoxOrient

@deprecated This is a legacy alias of boxOrient.

MDN Reference

Implementation

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

Implementation

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