position property
dynamic
get
position
Implementation
dynamic get position => js_util.getProperty(this, 'position');
set
position
(dynamic newValue)
Implementation
set position(dynamic newValue) {
js_util.setProperty(this, 'position', newValue);
}