SenzuCenterControls constructor
const
SenzuCenterControls({ - Key? key,
- required SenzuPlayerBundle bundle,
- required SenzuCenterButtonStyle style,
- required Widget loading,
- required Widget buffering,
- required bool showRewind,
- required bool showForward,
- required int rewindCount,
- required int forwardCount,
- VoidCallback? onPrev,
- VoidCallback? onNext,
- bool? hasPrev,
- bool? hasNext,
})
Implementation
const SenzuCenterControls({
super.key,
required this.bundle,
required this.style,
required this.loading,
required this.buffering,
required this.showRewind,
required this.showForward,
required this.rewindCount,
required this.forwardCount,
this.onPrev,
this.onNext,
this.hasPrev,
this.hasNext,
});