ShareEventModalBodyContext class

Constructors

ShareEventModalBodyContext({required Widget defaultBody, required Widget meetingIdSection, required Widget? passcodeSection, required Widget? shareButtonsSection, required bool showPasscode, required bool showShareButtons, required double sectionSpacing})
const

Properties

defaultBody Widget
final
hashCode int
The hash code for this object.
no setterinherited
meetingIdSection Widget
final
passcodeSection Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionSpacing double
final
shareButtonsSection Widget?
final
showPasscode bool
final
showShareButtons 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