WaitingRoomModalOptions class

Options for the WaitingRoomModal.

Constructors

WaitingRoomModalOptions({required bool isWaitingModalVisible, required VoidCallback onWaitingRoomClose, required int waitingRoomCounter, required dynamic onWaitingRoomFilterChange(String), required List<WaitingRoomParticipant> waitingRoomList, required dynamic updateWaitingList(List<WaitingRoomParticipant>), required String roomName, Socket? socket, RespondToWaitingType onWaitingRoomItemPress = respondToWaiting, String position = "topRight", Color backgroundColor = const Color(0xFF83C0E9), required WaitingRoomModalParameters parameters})

Properties

backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
isWaitingModalVisible bool
final
onWaitingRoomClose VoidCallback
final
onWaitingRoomFilterChange → dynamic Function(String)
final
onWaitingRoomItemPress RespondToWaitingType
getter/setter pair
parameters WaitingRoomModalParameters
final
position String
final
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket Socket?
final
updateWaitingList → dynamic Function(List<WaitingRoomParticipant>)
final
waitingRoomCounter int
final
waitingRoomList List<WaitingRoomParticipant>
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