textAlign property

CanvasTextAlign textAlign

Implementation

CanvasTextAlign get textAlign =>
    CanvasTextAlign.fromValue(js_util.getProperty(this, 'textAlign'));
void textAlign=(CanvasTextAlign newValue)

Implementation

set textAlign(CanvasTextAlign newValue) {
  js_util.setProperty(this, 'textAlign', newValue.value);
}