AliPlayerTopBarWidget constructor
const
AliPlayerTopBarWidget({
- Key? key,
- required SharedAnimationManager animationManager,
- String? title,
- VoidCallback? onBackPressed,
- VoidCallback? onSettingsPressed,
- bool? isDownload,
- ValueChanged<
bool> ? onDownloadPressed, - VoidCallback? onSnapshotPressed,
- VoidCallback? onPIPPressed,
构造函数
Implementation
const AliPlayerTopBarWidget({
super.key,
required super.animationManager,
this.title,
this.onBackPressed,
this.onSettingsPressed,
this.isDownload,
this.onDownloadPressed,
this.onSnapshotPressed,
this.onPIPPressed,
});