setCursor method

  1. @override
Future<bool> setCursor(
  1. CursorType cursor, {
  2. required int viewId,
})
override

Specify the CursorType of the dropzone. CursorType is one the CSS cursor types.

Implementation

@override
Future<bool> setCursor(CursorType cursor, {required int viewId}) {
  throw UnsupportedError('DropzoneView: $defaultTargetPlatform is not supported');
}