textAlign property

String textAlign

Implementation

String get textAlign => textInput.style.textAlign;
void textAlign=(String value)

Implementation

set textAlign(String value) => textInput.style.textAlign = value;