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