PanelistsModalOptions constructor
PanelistsModalOptions({ - Color backgroundColor = const Color(0xFF83C0E9),
- required bool isPanelistsModalVisible,
- required VoidCallback onPanelistsClose,
- Socket? socket,
- required String roomName,
- required String member,
- required String islevel,
- required List<Participant> participants,
- required int itemPageLimit,
- ShowAlert? showAlert,
- required List<Participant> panelists,
- bool panelistsFocused = false,
- bool muteOthersMic = false,
- bool muteOthersCamera = false,
- void updatePanelists(
- List<Participant>
)?,
- void updatePanelistsFocused(
- bool
)?,
- void updateMuteOthersMic(
- bool
)?,
- void updateMuteOthersCamera(
- bool
)?,
- String? position,
})
Implementation
PanelistsModalOptions({
this.backgroundColor = const Color(0xFF83C0E9),
required this.isPanelistsModalVisible,
required this.onPanelistsClose,
this.socket,
required this.roomName,
required this.member,
required this.islevel,
required this.participants,
required this.itemPageLimit,
this.showAlert,
required this.panelists,
this.panelistsFocused = false,
this.muteOthersMic = false,
this.muteOthersCamera = false,
this.updatePanelists,
this.updatePanelistsFocused,
this.updateMuteOthersMic,
this.updateMuteOthersCamera,
this.position,
});