EventSettingsModalWrapperContext class
Constructors
-
EventSettingsModalWrapperContext.new({required BuildContext buildContext, required EventSettingsModalOptions options, required double modalWidth, required double modalHeight, required List<
Widget> stackChildren, required Widget defaultWrapper, required String audioState, required String videoState, required String chatState}) -
const
Properties
- audioState → String
-
final
- buildContext → BuildContext
-
final
- chatState → String
-
final
- defaultWrapper → 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
-
final
-
stackChildren
→ List<
Widget> -
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