webkitBoxAlign property

String webkitBoxAlign

@deprecated This is a legacy alias of boxAlign.

MDN Reference

Implementation

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

Implementation

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