moveCursor property
String
get
moveCursor
The cursor to show when a drop is allowed and will result in a move. This defaults to the empty string, which refers to the Diagram#defaultCursor. Read more about cursors at Diagram#currentCursor
Implementation
_i2.String get moveCursor => _i4.getProperty(
this,
'moveCursor',
);
set
moveCursor
(String value)
Implementation
set moveCursor(_i2.String value) {
_i4.setProperty(
this,
'moveCursor',
value,
);
}