TopBarWidget constructor
const
TopBarWidget({
- Key? key,
- required SharedAnimationManager animationManager,
- String? title,
- bool downloadVisible = false,
- VoidCallback? onBackPressed,
- VoidCallback? onSettingsPressed,
- VoidCallback? onDownloadPressed,
- VoidCallback? onSnapshotPressed,
- VoidCallback? onPIPPressed,
构造函数
Implementation
const TopBarWidget({
super.key,
required super.animationManager,
this.title,
this.downloadVisible = false,
this.onBackPressed,
this.onSettingsPressed,
this.onDownloadPressed,
this.onSnapshotPressed,
this.onPIPPressed,
});