textAlign property

CanvasTextAlign get textAlign

Implementation

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

Implementation

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