ParticipantsModalOptions class
Constructors
-
ParticipantsModalOptions({required bool isParticipantsModalVisible, required VoidCallback onParticipantsClose, required ValueChanged<
String> onParticipantsFilterChange, required int participantsCounter, MuteParticipantsType onMuteParticipants = muteParticipants, MessageParticipantsType onMessageParticipants = messageParticipants, RemoveParticipantsType onRemoveParticipants = removeParticipants, ParticipantListType RenderParticipantList = defaultParticipantList, ParticipantListOthersType RenderParticipantListOthers = defaultParticipantListOthers, Color backgroundColor = const Color(0xFF83C0E9), String position = 'topRight', required ParticipantsModalParameters parameters})
Properties
- backgroundColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isParticipantsModalVisible → bool
-
final
- onMessageParticipants → MessageParticipantsType
-
final
- onMuteParticipants → MuteParticipantsType
-
final
- onParticipantsClose → VoidCallback
-
final
-
onParticipantsFilterChange
→ ValueChanged<
String> -
final
- onRemoveParticipants → RemoveParticipantsType
-
final
- parameters → ParticipantsModalParameters
-
final
- participantsCounter → int
-
final
- position → String
-
final
- RenderParticipantList → ParticipantListType
-
final
- RenderParticipantListOthers → ParticipantListOthersType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
defaultParticipantList(
{required ParticipantListOptions options}) → Widget -
defaultParticipantListOthers(
{required ParticipantListOthersOptions options}) → Widget