I am facing this error. Help me out of this
/Flutter_SDK/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.4.0/lib/src/hsv_picker.dart:731:29: Error: The argument type 'PointerEvent' can't be assigned to the parameter type 'PointerDownEvent'.
- 'PointerEvent' is from 'package:flutter/src/gestures/events.dart' ('/D:/Flutter_SDK/packages/flutter/lib/src/gestures/events.dart').
- 'PointerDownEvent' is from 'package:flutter/src/gestures/events.dart' ('/D:/Flutter_SDK/packages/flutter/lib/src/gestures/events.dart').
super.addAllowedPointer(event);
^
I am facing this error. Help me out of this
/Flutter_SDK/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.4.0/lib/src/hsv_picker.dart:731:29: Error: The argument type 'PointerEvent' can't be assigned to the parameter type 'PointerDownEvent'.
super.addAllowedPointer(event);
^