textAlignLast property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextAlignLast
Gets the value of "text-align-last"
Implementation
String get textAlignLast => getPropertyValue('text-align-last');
settextAlignLast (String value)
Sets the value of "text-align-last"
Implementation
set textAlignLast(String value) {
setProperty('text-align-last', value, '');
}