justifySelf 属性

String justifySelf

获取 "justify-self" 的值

实现

String get justifySelf => getPropertyValue('justify-self');
void justifySelf=(String value)

设置 "justify-self" 的值

实现

set justifySelf(String value) {
  setProperty('justify-self', value, '');
}