positionAlign property

PositionAlignSetting positionAlign

Implementation

PositionAlignSetting get positionAlign => PositionAlignSetting.fromValue(
    js_util.getProperty(this, 'positionAlign'));
void positionAlign=(PositionAlignSetting newValue)

Implementation

set positionAlign(PositionAlignSetting newValue) {
  js_util.setProperty(this, 'positionAlign', newValue.value);
}