MaterialDesktopSeekBar constructor

const MaterialDesktopSeekBar({
  1. Key? key,
  2. VoidCallback? onSeekStart,
  3. VoidCallback? onSeekEnd,
})

Implementation

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