boxOrient property

String boxOrient

Gets the value of "box-orient"

Implementation

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

Sets the value of "box-orient"

Implementation

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