Gets the value of "box-align"
String get boxAlign => getPropertyValue('box-align');
Sets the value of "box-align"
set boxAlign(String value) { setProperty('box-align', value, ''); }