onStartChanged property

dynamic Function(double startValue)? onStartChanged
final

Callback triggered when the start point of the trim changes. Returns start time in milliseconds.

Implementation

final Function(double startValue)? onStartChanged;