textAlign property
Gets the value of "text-align"
Implementation
String get textAlign => getPropertyValue('text-align');
Sets the value of "text-align"
Implementation
set textAlign(String value) {
setProperty('text-align', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "text-align"
String get textAlign => getPropertyValue('text-align');
Sets the value of "text-align"
set textAlign(String value) {
setProperty('text-align', value, '');
}