menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. textAlignLast property
textAlignLast

textAlignLast property

String get textAlignLast

Gets the value of "text-align-last"

Implementation

String get textAlignLast => getPropertyValue('text-align-last');
set textAlignLast (String value)

Sets the value of "text-align-last"

Implementation

set textAlignLast(String value) {
 setProperty('text-align-last', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /