SlotBuildContext constructor
SlotBuildContext({
- required AliPlayerWidgetController controller,
- required SharedAnimationManager animationManager,
- VoidCallback? onBackPress,
创建 SlotBuildContext 实例。 Creates a SlotBuildContext instance.
Implementation
SlotBuildContext({
required this.controller,
required this.animationManager,
this.hiddenSlotElements = const {},
this.onBackPress,
});