PlayerWidget class

Constructors

PlayerWidget()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

button(Icon icon, double? iconSize) Widget
buttonClick(Icon icon, double? iconSize, VoidCallback press) Widget
circleProgressBar(double progress, bool isIndicatermate) Widget
countDownWidget(DurationState? durationState) Widget
currentTimeWidget(DurationState? durationState) Widget
downloadWidget({DownloadState? downloadState, required double percentageDownloaded, required VoidCallback openOptionQuality, required VoidCallback retryDownload, required VoidCallback cancelDownload}) Widget
loadingWidget() Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progressBar({required FlutterNativeGetxController controller, PlayerProgressColors? progressColors, required void onSeekListener(Duration duration)}) ProgressBar
textView(String text) Widget
toString() String
A string representation of this object.
inherited
totalTimeWidget(DurationState? durationState) Widget

Operators

operator ==(Object other) bool
The equality operator.
inherited