boxOrdinalGroup property
String
get
boxOrdinalGroup
Gets the value of "box-ordinal-group"
Implementation
String get boxOrdinalGroup => getPropertyValue('box-ordinal-group');
set
boxOrdinalGroup
(String? value)
Sets the value of "box-ordinal-group"
Implementation
set boxOrdinalGroup(String? value) {
setProperty('box-ordinal-group', value, '');
}