String justifySelf

Gets the value of "justify-self"

Source

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

Sets the value of "justify-self"

Source

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