获取 "justify-content" 的值
String get justifyContent => getPropertyValue('justify-content');
设置 "justify-content" 的值
set justifyContent(String value) { setProperty('justify-content', value, ''); }