ShareEventModalBodyContext constructor
const
ShareEventModalBodyContext({ - required Widget defaultBody,
- required Widget meetingIdSection,
- required Widget? passcodeSection,
- required Widget? shareButtonsSection,
- required bool showPasscode,
- required bool showShareButtons,
- required double sectionSpacing,
})
Implementation
const ShareEventModalBodyContext({
required this.defaultBody,
required this.meetingIdSection,
required this.passcodeSection,
required this.shareButtonsSection,
required this.showPasscode,
required this.showShareButtons,
required this.sectionSpacing,
});