MaterialSeekBar constructor
const
MaterialSeekBar({
- Key? key,
- ValueNotifier<
Duration> ? delta, - VoidCallback? onSeekStart,
- VoidCallback? onSeekEnd,
Implementation
const MaterialSeekBar({
Key? key,
this.delta,
this.onSeekStart,
this.onSeekEnd,
}) : super(key: key);