position property
Position
get
position
The position of this hint.
Implementation
_i3.Position get position => _i5.getProperty(
this,
'position',
);
set
position
(Position value)
Implementation
set position(_i3.Position value) {
_i5.setProperty(
this,
'position',
value,
);
}