onNotePressSlide property

(dynamic Function(int, double)?) onNotePressSlide
final

Called when a vertical drag/slide is performed on a key. Parameters are the note of the key (int) and the vertical position of the drag on the key (double)

Implementation

final Function(int, double)? onNotePressSlide;