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