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