boxAlign property Null safety

String boxAlign

Gets the value of "box-align"

Implementation

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

Sets the value of "box-align"

Implementation

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