SlotWidgetBuilderWithController typedef

  1. @Deprecated('Use SlotWidgetBuilder instead. ' 'Since fullscreen now shares a single controller, ' 'the controller parameter is no longer needed.')
SlotWidgetBuilderWithController = Widget Function(BuildContext context, AliPlayerWidgetController controller)

插槽构建器类型定义(带控制器,已废弃)

Slot builder type definition with controller (deprecated)

已废弃: 全屏模式已升级为单 Controller 共享,controller 参数不再有信息增益, 请使用 SlotWidgetBuilder 替代。

Deprecated: Since fullscreen now shares a single controller, the controller parameter is no longer needed. Use SlotWidgetBuilder instead.

Implementation

@Deprecated('Use SlotWidgetBuilder instead. '
    'Since fullscreen now shares a single controller, '
    'the controller parameter is no longer needed.')
typedef SlotWidgetBuilderWithController = Widget Function(
  BuildContext context,
  AliPlayerWidgetController controller,
);