PanelistsModalOptions class

Options class for configuring the PanelistsModal.

Constructors

PanelistsModalOptions.new({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})

Properties

backgroundColor → Color
final
hashCode → int
The hash code for this object.
no setterinherited
islevel → String
final
isPanelistsModalVisible → bool
final
itemPageLimit → int
final
member → String
final
muteOthersCamera → bool
final
muteOthersMic → bool
final
onPanelistsClose → VoidCallback
final
panelists → List<Participant>
final
panelistsFocused → bool
final
participants → List<Participant>
final
position → String?
final
roomName → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showAlert → ShowAlert?
final
socket → Socket?
final
updateMuteOthersCamera → void Function(bool)?
final
updateMuteOthersMic → void Function(bool)?
final
updatePanelists → void Function(List<Participant>)?
final
updatePanelistsFocused → void Function(bool)?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited