setCursor method
Specify the CursorType of the dropzone. CursorType is one the CSS cursor types.
Implementation
@override
Future<bool> setCursor(CursorType cursor, {required int viewId}) {
return _views[viewId]!.setCursor(cursor);
}
Specify the CursorType of the dropzone. CursorType is one the CSS cursor types.
@override
Future<bool> setCursor(CursorType cursor, {required int viewId}) {
return _views[viewId]!.setCursor(cursor);
}