String boxOrient

Gets the value of "box-orient"

Source

String get boxOrient => getPropertyValue('box-orient');
void boxOrient=(String value)

Sets the value of "box-orient"

Source

set boxOrient(String value) {
  setProperty('box-orient', value, '');
}