textAlignLast property

String textAlignLast

Gets the value of "text-align-last"

Implementation

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

Sets the value of "text-align-last"

Implementation

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