boxAlign property
Gets the value of "box-align"
Implementation
String get boxAlign => getPropertyValue('box-align');
Sets the value of "box-align"
Implementation
set boxAlign(String value) {
setProperty('box-align', value, '');
}
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, '');
}