extras/seek_bar_widget library

Classes

HiddenThumbComponentShape
A custom shape for the slider thumb that is hidden.
PositionData
Data class to hold position information for the media.
SeekBar
A SeekBar widget that allows users to seek through a media track. It displays the current position, buffered position, and total duration of the media.
SeekBarState

Functions

ambiguate<T>(T? value) → T?
A utility function to handle nullable values.
showSliderDialog({required BuildContext context, required String title, required int divisions, required double min, required double max, String valueSuffix = '', required double value, required Stream<double> stream, required ValueChanged<double> onChanged}) → void
Shows a slider dialog for selecting a value.