onChangeEnd property

(dynamic Function(double endValue)?) onChangeEnd
final

Callback to the video end position.

Returns the selected video end position in milliseconds.

Implementation

final Function(double endValue)? onChangeEnd;