webkitBoxFlex property

String webkitBoxFlex

@deprecated This is a legacy alias of boxFlex.

MDN Reference

Implementation

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

Implementation

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