webkitJustifyContent property

String webkitJustifyContent

@deprecated This is a legacy alias of justifyContent.

MDN Reference

Implementation

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

Implementation

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