boxOrient property Null safety
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, '');
}