MaterialDesktopSeekBar constructor
const
MaterialDesktopSeekBar({
- Key? key,
- VoidCallback? onSeekStart,
- VoidCallback? onSeekEnd,
Implementation
const MaterialDesktopSeekBar({
Key? key,
this.onSeekStart,
this.onSeekEnd,
}) : super(key: key);