onChangeStart property

(dynamic Function(double startValue)?) onChangeStart
final

Callback to the video start position

Returns the selected video start position in milliseconds.

Implementation

final Function(double startValue)? onChangeStart;