boxAlign property

String get boxAlign

Gets the value of "box-align"

Implementation

String get boxAlign => getPropertyValue('box-align');
set boxAlign (String value)

Sets the value of "box-align"

Implementation

set boxAlign(String value) {
  setProperty('box-align', value, '');
}