Gets the value of "justify-content"
Source
String get justifyContent => getPropertyValue('justify-content');
Sets the value of "justify-content"
Source
set justifyContent(String value) {
setProperty('justify-content', value, '');
}
Gets the value of "justify-content"
String get justifyContent => getPropertyValue('justify-content');
Sets the value of "justify-content"
set justifyContent(String value) {
setProperty('justify-content', value, '');
}