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