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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}