Gets the value of "text-align-last"
Source
String get textAlignLast => getPropertyValue('text-align-last');
Sets the value of "text-align-last"
Source
set textAlignLast(String value) {
setProperty('text-align-last', value, '');
}
Gets the value of "text-align-last"
String get textAlignLast => getPropertyValue('text-align-last');
Sets the value of "text-align-last"
set textAlignLast(String value) {
setProperty('text-align-last', value, '');
}