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