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