justifySelf property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getjustifySelf
Gets the value of "justify-self"
Implementation
String get justifySelf => getPropertyValue('justify-self');
setjustifySelf (String value)
Sets the value of "justify-self"
Implementation
set justifySelf(String value) {
setProperty('justify-self', value, '');
}