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