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