AliPlayerFullScreenWidget constructor

const AliPlayerFullScreenWidget(
  1. AliPlayerWidgetController controller,
  2. AliPlayerWidgetData data, {
  3. Key? key,
  4. Map<SlotType, Function?> slotBuilders = const {},
  5. Map<SlotType, Set<String>> hiddenSlotElements = const {},
})

Implementation

const AliPlayerFullScreenWidget(
  this.controller,
  this.data, {
  super.key,
  this.slotBuilders = const {},
  this.hiddenSlotElements = const {},
});