textAlign property

String textAlign

Implementation

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

Implementation

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