positionAlign property
PositionAlignSetting
get
positionAlign
Implementation
PositionAlignSetting get positionAlign => PositionAlignSetting.fromValue(
js_util.getProperty(this, 'positionAlign'));
set
positionAlign
(PositionAlignSetting newValue)
Implementation
set positionAlign(PositionAlignSetting newValue) {
js_util.setProperty(this, 'positionAlign', newValue.value);
}