EventSettingsModalContainerContext class

Constructors

EventSettingsModalContainerContext.new({required BuildContext buildContext, required EventSettingsModalOptions options, required double modalWidth, required double modalHeight, required Widget child, required Widget defaultContainer, required String audioState, required String videoState, required String screenshareState, required String chatState})
const

Properties

audioState String
final
buildContext BuildContext
final
chatState String
final
child Widget
final
defaultContainer Widget
final
hashCode int
The hash code for this object.
no setterinherited
modalHeight double
final
modalWidth double
final
options EventSettingsModalOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshareState String
final
videoState String
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